[PATCH] D17141: [ARM] Adding IEEE-754 SIMD detection to loop vectorizer

Owen Anderson via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 12 10:41:05 PST 2016


resistor added a subscriber: resistor.
resistor added a comment.

That's not correct for all platforms.  Darwin, for example, uses NEON for floating point even in non-fast-math mode.  The platform is simply defined not to support subnormals.


Repository:
  rL LLVM

http://reviews.llvm.org/D17141





More information about the llvm-commits mailing list