summaryrefslogtreecommitdiff
path: root/chromium/v8/src/codegen/cpu-features.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/v8/src/codegen/cpu-features.h')
-rw-r--r--chromium/v8/src/codegen/cpu-features.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/chromium/v8/src/codegen/cpu-features.h b/chromium/v8/src/codegen/cpu-features.h
index 14c94ebae9a..eef98f77e78 100644
--- a/chromium/v8/src/codegen/cpu-features.h
+++ b/chromium/v8/src/codegen/cpu-features.h
@@ -27,7 +27,7 @@ enum CpuFeature {
POPCNT,
ATOM,
-#elif V8_TARGET_ARCH_ARM || V8_TARGET_ARCH_ARM64
+#elif V8_TARGET_ARCH_ARM
// - Standard configurations. The baseline is ARMv6+VFPv2.
ARMv7, // ARMv7-A + VFPv3-D32 + NEON
ARMv7_SUDIV, // ARMv7-A + VFPv4-D32 + NEON + SUDIV
@@ -39,6 +39,9 @@ enum CpuFeature {
VFP32DREGS = ARMv7,
SUDIV = ARMv7_SUDIV,
+#elif V8_TARGET_ARCH_ARM64
+ JSCVT,
+
#elif V8_TARGET_ARCH_MIPS || V8_TARGET_ARCH_MIPS64
FPU,
FP64FPU,