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
utils/bufferiszero.c which mentions the pragmas are needed before headers
to work around a bug in gcc <= 4.8.

GCC 4.8 is now below our minimum, surely.
We should be able to simply replace the pragma with the attribute.


r~

Reply via email to