diff options
author | Ian Lynagh <igloo@earth.li> | 2012-01-05 13:44:42 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-01-07 18:57:03 +0000 |
commit | a5b365ac3ea7277817541f8bc3341eecfb083490 (patch) | |
tree | a1bbe1ba4f40abe29179f0fb76242a52af32d426 /docs/users_guide/using.xml | |
parent | 2913fb2d3970ba6e25104368d57bfaeb0cf725a4 (diff) | |
download | haskell-a5b365ac3ea7277817541f8bc3341eecfb083490.tar.gz |
Doc fix
Diffstat (limited to 'docs/users_guide/using.xml')
-rw-r--r-- | 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 b7fabe9905..77b701402c 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 |