This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Add description for __builtin_ia32_crc32di


Hi,

I am checking this patch into trunk to add description for
__builtin_ia32_crc32di.  OK for 4.4?

Thanks.

H.J.
Index: doc/extend.texi
===================================================================
--- doc/extend.texi	(revision 148340)
+++ doc/extend.texi	(working copy)
@@ -8359,6 +8359,7 @@ Generates the @code{crc32w} machine inst
 @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
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 148340)
+++ ChangeLog	(working copy)
@@ -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 Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]