[PATCH 9/N v2] [x86_64] Vectorized math functions

Andrew Senkevich andrew.n.senkevich@gmail.com
Thu Dec 11 17:05:00 GMT 2014


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



More information about the Libc-alpha mailing list