[llvm-commits] [llvm] r171873 - /llvm/trunk/docs/Vectorizers.rst

Nadav Rotem nrotem at apple.com
Tue Jan 8 09:46:31 PST 2013


Author: nadav
Date: Tue Jan  8 11:46:30 2013
New Revision: 171873

URL: http://llvm.org/viewvc/llvm-project?rev=171873&view=rev
Log:
Docs: mention that we support float reductions when -ffast-math is used.

Modified:
    llvm/trunk/docs/Vectorizers.rst

Modified: llvm/trunk/docs/Vectorizers.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Vectorizers.rst?rev=171873&r1=171872&r2=171873&view=diff
==============================================================================
--- llvm/trunk/docs/Vectorizers.rst (original)
+++ llvm/trunk/docs/Vectorizers.rst Tue Jan  8 11:46:30 2013
@@ -120,6 +120,8 @@
     return sum;
   }
 
+We support floating point reduction operations when `-ffast-math` is used.
+
 Inductions
 ^^^^^^^^^^
 





More information about the llvm-commits mailing list