diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2009-06-10 10:33:48 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2009-06-10 03:33:48 -0700 |
commit | 412ac8d55e836d909d944b9f4c83b4609acb847d (patch) | |
tree | f6adf363078c54810968360e9d9ff1877fc11ae5 /gcc | |
parent | 2cd04f4d7a621311c6d26e9cf9a5a56430cdfd05 (diff) | |
download | gcc-412ac8d55e836d909d944b9f4c83b4609acb847d.zip gcc-412ac8d55e836d909d944b9f4c83b4609acb847d.tar.gz gcc-412ac8d55e836d909d944b9f4c83b4609acb847d.tar.bz2 |
extend.texi: Add description for __builtin_ia32_crc32di.
2009-06-10 H.J. Lu <hongjiu.lu@intel.com>
* doc/extend.texi: Add description for __builtin_ia32_crc32di.
From-SVN: r148341
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/extend.texi | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index adc8856..b8a8813 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index df900fd..222d7e0 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -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 |