summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ModuleManager.cpp
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2013-03-21 18:47:47 +0000
committerRenato Golin <renato.golin@linaro.org>2013-03-21 18:47:47 +0000
commitb4dd6c5945db4f5e7b107a3c7f8c481b460dec25 (patch)
treed7cab68370675963e27e2c3bb512f40673bf6ce6 /clang/lib/Serialization/ModuleManager.cpp
parent5b981721152796d2aa6a547b2e159be9cf7192a8 (diff)
downloadbcm5719-llvm-b4dd6c5945db4f5e7b107a3c7f8c481b460dec25.tar.gz
bcm5719-llvm-b4dd6c5945db4f5e7b107a3c7f8c481b460dec25.zip
Avoid NEON SP-FP unless unsafe-math or Darwin
NEON is not IEEE 754 compliant, so we should avoid lowering single-precision floating point operations with NEON unless unsafe-math is turned on. The equivalent VFP instructions are IEEE 754 compliant, but in some cores they're much slower, so some archs/OSs might still request it to be on by default, such as Swift and Darwin. llvm-svn: 177651
Diffstat (limited to 'clang/lib/Serialization/ModuleManager.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud