From: hjl Date: Wed, 10 Jun 2009 10:33:48 +0000 (+0000) Subject: 2009-06-10 H.J. Lu X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=9e26132e954488f0f3db52405294346c614a24db 2009-06-10 H.J. Lu * doc/extend.texi: Add description for __builtin_ia32_crc32di. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148341 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index adc88567464..b8a8813c785 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2009-06-10 H.J. Lu + + * doc/extend.texi: Add description for __builtin_ia32_crc32di. + 2009-06-10 Anthony Green * config/moxie/crti.asm: New file. diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index df900fd46b1..222d7e0e132 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