]> gcc.gnu.org Git - gcc.git/commitdiff
extend.texi: Add description for __builtin_ia32_crc32di.
authorH.J. Lu <hongjiu.lu@intel.com>
Wed, 10 Jun 2009 10:33:48 +0000 (10:33 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Wed, 10 Jun 2009 10:33:48 +0000 (03:33 -0700)
2009-06-10  H.J. Lu  <hongjiu.lu@intel.com>

* doc/extend.texi: Add description for __builtin_ia32_crc32di.

From-SVN: r148341

gcc/ChangeLog
gcc/doc/extend.texi

index adc88567464ed9c1ec6aafb6f5958ea5fd5b254d..b8a8813c785cd178f29ab12587563b1bbbe6aa72 100644 (file)
@@ -1,3 +1,7 @@
+2009-06-10  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * doc/extend.texi: Add description for __builtin_ia32_crc32di.
+
 2009-06-10  Anthony Green  <green@moxielogic.com>
 
        * config/moxie/crti.asm: New file.
index df900fd46b1ac1eda5380354b22bad793a6c71c3..222d7e0e132574a7d53bed6ecc47bd482e1198d7 100644 (file)
@@ -8359,6 +8359,7 @@ Generates the @code{crc32w} machine instruction.
 @item unsigned int __builtin_ia32_crc32si (unsigned int, unsigned int)
 Generates the @code{crc32l} machine instruction.
 @item unsigned long long __builtin_ia32_crc32di (unsigned long long, unsigned long long)
+Generates the @code{crc32q} machine instruction.
 @end table
 
 The following built-in functions are changed to generate new SSE4.2
This page took 0.124723 seconds and 5 git commands to generate.