mbox series

[v2,0/2] Use a more portable way to enable target specific functions

Message ID 20221204015123.362726-1-richard.henderson@linaro.org
Headers show
Series Use a more portable way to enable target specific functions | expand

Message

Richard Henderson Dec. 4, 2022, 1:51 a.m. UTC
This is a revision of Tom Stellard's patch from last month
which also removes the use of the #pragma.

Also, tweak --enable/disable-avx512f.


r~


Richard Henderson (2):
  util/bufferiszero: Use __attribute__((target)) for avx2/avx512
  meson: Set avx512f option to auto

 meson.build         |  8 ++------
 util/bufferiszero.c | 41 ++++++-----------------------------------
 meson_options.txt   |  2 +-
 3 files changed, 9 insertions(+), 42 deletions(-)