Index: build/config/arm.gni |
diff --git a/build/config/arm.gni b/build/config/arm.gni |
index cf6619c8d129c7c766b2115c637057454f5df838..f9c6cdcbc8cd7fcd39e2420098c585d91afc7f6c 100644 |
--- a/build/config/arm.gni |
+++ b/build/config/arm.gni |
@@ -21,12 +21,10 @@ if (cpu_arch == "arm") { |
if (is_android) { |
arm_use_neon = false |
- # Our version of arm_neon_optional from common.gypi. This is not used in the |
- # current build so is commented out for now. |
- #arm_optionally_use_neon = false |
+ arm_optionally_use_neon = false |
} else { |
arm_use_neon = true |
- #arm_optionally_use_neon = true |
+ arm_optionally_use_neon = true |
} |
if (arm_version == 6) { |