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]

Re: [PATCH, i386, testsuite] FMA intrinsics


On Fri, Aug 26, 2011 at 1:41 AM, Ilya Tocar <tocarip.intel@gmail.com> wrote:
> So if this is ok can someone please commit it?
>
> 2011/8/25 Ilya Tocar <tocarip.intel@gmail.com>:
>> Fixed.
>>
>> Changelog:
>>
>> 2011-08-25 ?Ilya Tocar ?<ilya.tocar@intel.com>
>>
>> ? ? ? ? ? ? * config/i386/fmaintrin.h: New.
>> ? ? ? ? ? ? * config.gcc: Add fmaintrin.h.
>> ? ? ? ? ? ? * config/i386/i386.c
>> ? ? ? ? ? ?(enum ix86_builtins) <IX86_BUILTIN_VFMADDSS3>: New.
>> ? ? ? ? ? ? <IX86_BUILTIN_VFMADDSD3>: Likewise.
>> ? ? ? ? ? ? * config/i386/sse.md (fmai_vmfmadd_<mode>): New.
>> ? ? ? ? ? ? (*fmai_fmadd_<mode>): Likewise.
>> ? ? ? ? ? ? (*fmai_fmsub_<mode>): Likewise.
>> ? ? ? ? ? ? (*fmai_fnmadd_<mode>): Likewise.
>> ? ? ? ? ? ? (*fmai_fnmsub_<mode>): Likewise.
>> ? ? ? ? ? ? * config/i386/x86intrin.h: Add fmaintrin.h.
>>

Please include fmaintrin.h in immintrin.h, not x86intrin.h, since
immintrin.h should include all Intel intrinsics.


-- 
H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]