DescriptionBuild v8 snapshot with correct default float configuration on Linux ARM
V8 currently defaults to arm_float_abi="hard" and arm_use_neon=true but
the V8 snapshot defaults to arm_float_abi="softfp" and arm_use_neon=false
on Linux ARM builds.
This patch makes both targets default to hard + neon by changing the
"is simulator build" check from comparing current_cpu with v8_current_cpu
to comparing target_cpu with v8_target_cpu instead. Similarly to how it is
checked in v8/BUILD.gn.
BUG=662856
Committed: https://crrev.com/2c53ba1d955a7da25dbf63829b8e7052e7bf0ceb
Cr-Commit-Position: refs/heads/master@{#430776}
Patch Set 1 #
Messages
Total messages: 14 (7 generated)
|