diff options
| author | Nadav Rotem <nrotem@apple.com> | 2013-01-08 17:46:30 +0000 |
|---|---|---|
| committer | Nadav Rotem <nrotem@apple.com> | 2013-01-08 17:46:30 +0000 |
| commit | 9f20781bad2d6f6af5000ca6ea9cd86a7e4da363 (patch) | |
| tree | 5e2c685a6ac92550d82fc1c19d9e9fd37d72055e | |
| parent | 0652dfd40cb37e9d98c3589a7228ff8c5d60e6e9 (diff) | |
| download | bcm5719-llvm-9f20781bad2d6f6af5000ca6ea9cd86a7e4da363.tar.gz bcm5719-llvm-9f20781bad2d6f6af5000ca6ea9cd86a7e4da363.zip | |
Docs: mention that we support float reductions when -ffast-math is used.
llvm-svn: 171873
| -rw-r--r-- | llvm/docs/Vectorizers.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/docs/Vectorizers.rst b/llvm/docs/Vectorizers.rst index f3cbc42dc07..07486347e37 100644 --- a/llvm/docs/Vectorizers.rst +++ b/llvm/docs/Vectorizers.rst @@ -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 ^^^^^^^^^^ |

