Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/a5b365ac3ea7277817541f8bc3341eecfb083490 >--------------------------------------------------------------- commit a5b365ac3ea7277817541f8bc3341eecfb083490 Author: Ian Lynagh <[email protected]> Date: Thu Jan 5 13:44:42 2012 +0000 Doc fix >--------------------------------------------------------------- docs/users_guide/using.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml index b7fabe9..77b7014 100644 --- a/docs/users_guide/using.xml +++ b/docs/users_guide/using.xml @@ -2261,7 +2261,7 @@ f "2" = 2 <term><option>-msse4.2</option>:</term> <listitem> <para> - (x86 only, added in GHC 7.2.1) Use the SSE4.2 instruction set to + (x86 only, added in GHC 7.4.1) Use the SSE4.2 instruction set to implement some floating point and bit operations when using the <link linkend="native-code-gen">native code generator</link>. The resulting compiled code will only run on processors that _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
