This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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 9/N v2] [x86_64] Vectorized math functions


2014-12-11 19:48 GMT+03:00 Joseph Myers <joseph@codesourcery.com>:
> On Mon, 8 Dec 2014, Andrew Senkevich wrote:
>
>> +vlen2-arch-ext-cflags = -msse4
>> +vlen4-arch-ext-cflags = -mavx
>
> I think these variables should have names starting "double-" to reflect
> that they are for tests for double (there's no particular reason, if
> vector functions for float are added in future, for them to use the same
> flags for a given vector length as double tests; it's quite plausible
> float-vlen4 and double-vlen2 would use the same flags, being for the same
> bit-length of vectors).

Yes, I just added cosf and catch it also. May be simply
arch-ext1-cflags and arch-ext2-cflags to avoid such duplication of the
same flags?


--
WBR,
Andrew


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