Commit 412ac8d5 by H.J. Lu Committed by H.J. Lu

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
parent 2cd04f4d
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment