[commit: ghc] master: Correct release notes about SIMD support. (553fafb)
git at git.haskell.org
git at git.haskell.org
Thu Oct 17 19:44:57 UTC 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/553fafb041e66409031727d094b7a1e810d87eec/ghc
>---------------------------------------------------------------
commit 553fafb041e66409031727d094b7a1e810d87eec
Author: Geoffrey Mainland <mainland at cs.drexel.edu>
Date: Thu Oct 17 14:04:53 2013 -0400
Correct release notes about SIMD support.
>---------------------------------------------------------------
553fafb041e66409031727d094b7a1e810d87eec
docs/users_guide/7.8.1-notes.xml | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/docs/users_guide/7.8.1-notes.xml b/docs/users_guide/7.8.1-notes.xml
index 6c85335..12dee70 100644
--- a/docs/users_guide/7.8.1-notes.xml
+++ b/docs/users_guide/7.8.1-notes.xml
@@ -113,10 +113,8 @@
<listitem>
<para>
- The LLVM backend now supports 128bit SIMD
- operations. This is now exploited in both the
- <literal>vector</literal> and <literal>dph</literal>
- packages, exposing a high level interface.
+ The LLVM backend now supports 128- and 256-bit SIMD
+ operations.
TODO FIXME: reference.
</para>
More information about the ghc-commits
mailing list