DescriptionClarify iOS flush-to-zero status.
Modern processors support flush-to-zero and denormalized-are-zero
for floating point operations (with ARM NEON unable to disable them).
However, iOS on ARM is the only current system which defaults
processes to using both all the time. However, this is only iOS on
ARM, iOS on x86 (the simulator) does not. Correctly defining this
allows the math tests to run error free in the simulator.
Committed: https://skia.googlesource.com/skia/+/4760f32f2a68acdcfee53eae98bbdabb19238e8d
Patch Set 1 #Patch Set 2 : Commit the real code change. #Patch Set 3 : Use 'defined' for consistency. #
Messages
Total messages: 10 (4 generated)
|