Re: [PATCH] Use a more portable way to enable target specific functions

2022-11-10 Thread Daniel P . Berrangé
On Thu, Nov 10, 2022 at 02:43:28PM +1100, Richard Henderson wrote: > On 11/10/22 09:03, Tom Stellard wrote: > > This adds function attributes for avx2, sse2, etc. specialized > > functions. These attributes are supported by both clang and gcc and > > are necessary in order to build the code with c

Re: [PATCH] Use a more portable way to enable target specific functions

2022-11-09 Thread Richard Henderson
On 11/10/22 09:03, Tom Stellard wrote: This adds function attributes for avx2, sse2, etc. specialized functions. These attributes are supported by both clang and gcc and are necessary in order to build the code with clang. The existing gcc specific pragmas were left in place due to a comment in

[PATCH] Use a more portable way to enable target specific functions

2022-11-09 Thread Tom Stellard
This adds function attributes for avx2, sse2, etc. specialized functions. These attributes are supported by both clang and gcc and are necessary in order to build the code with clang. The existing gcc specific pragmas were left in place due to a comment in utils/bufferiszero.c which mentions the