]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/61249 (_mm_frcz_ss, _mm_frcz_sd: __builtin_ia32_vfrczss, __builtin_ia32_...
authorMichael Tautschnig <mt@debian.org>
Mon, 26 May 2014 07:45:09 +0000 (07:45 +0000)
committerUros Bizjak <uros@gcc.gnu.org>
Mon, 26 May 2014 07:45:09 +0000 (09:45 +0200)
PR target/61249
* doc/extend.texi (X86 Built-in Functions): Fix parameter lists of
__builtin_ia32_vfrczs[sd] and __builtin_ia32_mpsadbw256.

From-SVN: r210925

gcc/ChangeLog
gcc/doc/extend.texi

index 746b40f1f2bc79329423994dbecf8a8b92c6fce3..0481d58ccb1cfa3a2e8b7e630763e83e6134230e 100644 (file)
@@ -1,3 +1,9 @@
+2014-05-26  Michael Tautschnig  <mt@debian.org>
+
+       PR target/61249
+       * doc/extend.texi (X86 Built-in Functions): Fix parameter lists of
+       __builtin_ia32_vfrczs[sd] and __builtin_ia32_mpsadbw256.
+
 2014-05-23  Alan Modra  <amodra@gmail.com>
 
        PR target/61231
index 860f2e83f3af7c6d5a55f0cf1eb9ec4c721a71ba..c9452c6fb8c8cc5649e3542c1fbf2a585c6bef7e 100644 (file)
@@ -10490,7 +10490,7 @@ used. All of them generate the machine instruction that is part of the
 name.
 
 @smallexample
-v32qi __builtin_ia32_mpsadbw256 (v32qi,v32qi,v32qi,int)
+v32qi __builtin_ia32_mpsadbw256 (v32qi,v32qi,int)
 v32qi __builtin_ia32_pabsb256 (v32qi)
 v16hi __builtin_ia32_pabsw256 (v16hi)
 v8si __builtin_ia32_pabsd256 (v8si)
@@ -10725,8 +10725,8 @@ The following built-in functions are available when @option{-mxop} is used.
 @smallexample
 v2df __builtin_ia32_vfrczpd (v2df)
 v4sf __builtin_ia32_vfrczps (v4sf)
-v2df __builtin_ia32_vfrczsd (v2df, v2df)
-v4sf __builtin_ia32_vfrczss (v4sf, v4sf)
+v2df __builtin_ia32_vfrczsd (v2df)
+v4sf __builtin_ia32_vfrczss (v4sf)
 v4df __builtin_ia32_vfrczpd256 (v4df)
 v8sf __builtin_ia32_vfrczps256 (v8sf)
 v2di __builtin_ia32_vpcmov (v2di, v2di, v2di)