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


Little fix.

2011/8/30 Ilya Tocar <tocarip.intel@gmail.com>:
> Sorry. Regenerated.
>
> 2011/8/30 H.J. Lu <hjl.tools@gmail.com>:
>> On Tue, Aug 30, 2011 at 2:42 AM, Ilya Tocar <tocarip.intel@gmail.com> wrote:
>>> Fixed.
>>>
>>> 2011/8/26 H.J. Lu <hjl.tools@gmail.com>:
>>>> On Fri, Aug 26, 2011 at 8:47 AM, H.J. Lu <hjl.tools@gmail.com> wrote:
>>>>> On Fri, Aug 26, 2011 at 8:06 AM, Ilya Tocar <tocarip.intel@gmail.com> wrote:
>>>>>> Done.
>>>>>>
>>>>>>
>>>>>>
>>>>>> Also fixed ?changelog:
>>>>>>
>>>>>> ?2011-08-26 ?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/immintrin.h: Add fmaintrin.h.
>>>>>>
>>>>>
>>>>>
>>>>> -- +++ b/gcc/config/i386/fmaintrin.h
>>>>> @@ -0,0 +1,229 @@
>>>>> +/* Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
>>>>> +
>>>>>
>>>>> It should be just 2011.
>>>>>
>>>>
>>>> Also lines in fmaintrin.h are too long. ?I prefer 72 columns.
>>>>
>>
>> Your patch won't apply. ?Please merge with master first and regenerate it.
>>
>> --
>> H.J.
>>
>

Attachment: patch
Description: Binary data


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