Re: [ping] Re: [PATCH] Fix documentation for x86 __builtin_ia32_cmp*s

2013-07-25 Thread Cameron McInally
On Thu, Jul 25, 2013 at 10:28 AM, Chung-Ju Wu wrote: > 2013/7/17 Cameron McInally : >> Ping. >> >> On Fri, Jun 14, 2013 at 1:41 PM, Cameron McInally >> wrote: >>> Hey guys, >>> >>> The documentation states that the return types on the x86 >>> __builtin_ia32_cmp*s builtins are integer vectors. Thi

Re: [ping] Re: [PATCH] Fix documentation for x86 __builtin_ia32_cmp*s

2013-07-25 Thread Chung-Ju Wu
2013/7/17 Cameron McInally : > Ping. > > On Fri, Jun 14, 2013 at 1:41 PM, Cameron McInally > wrote: >> Hey guys, >> >> The documentation states that the return types on the x86 >> __builtin_ia32_cmp*s builtins are integer vectors. This is >> inconsistent with the source. These builtins actually re

[ping] Re: [PATCH] Fix documentation for x86 __builtin_ia32_cmp*s

2013-07-17 Thread Cameron McInally
Ping. On Fri, Jun 14, 2013 at 1:41 PM, Cameron McInally wrote: > Hey guys, > > The documentation states that the return types on the x86 > __builtin_ia32_cmp*s builtins are integer vectors. This is > inconsistent with the source. These builtins actually return floating > point vectors. Here is a

[PATCH] Fix documentation for x86 __builtin_ia32_cmp*s

2013-06-14 Thread Cameron McInally
Hey guys, The documentation states that the return types on the x86 __builtin_ia32_cmp*s builtins are integer vectors. This is inconsistent with the source. These builtins actually return floating point vectors. Here is a small patch to update the documentation. -Cameron Index: doc/extend.texi ==