1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00

Docs: mention that we support float reductions when -ffast-math is used.

llvm-svn: 171873
This commit is contained in:
Nadav Rotem 2013-01-08 17:46:30 +00:00
parent 9b6b50b663
commit 96123a7199

View File

@ -120,6 +120,8 @@ reduction operations, such as addition, multiplication, XOR, AND and OR.
return sum;
}
We support floating point reduction operations when `-ffast-math` is used.
Inductions
^^^^^^^^^^