qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Use a more portable way to enable target specific functions
@ 2022-12-04  1:51 Richard Henderson
  2022-12-04  1:51 ` [PATCH 1/2] util/bufferiszero: Use __attribute__((target)) for avx2/avx512 Richard Henderson
  2022-12-04  1:51 ` [PATCH 2/2] meson: Set avx512f option to auto Richard Henderson
  0 siblings, 2 replies; 9+ messages in thread
From: Richard Henderson @ 2022-12-04  1:51 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini, tstellar, berrange

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(-)

-- 
2.34.1



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-12-19 10:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-04  1:51 [PATCH v2 0/2] Use a more portable way to enable target specific functions Richard Henderson
2022-12-04  1:51 ` [PATCH 1/2] util/bufferiszero: Use __attribute__((target)) for avx2/avx512 Richard Henderson
2022-12-05 11:17   ` Daniel P. Berrangé
2022-12-05 15:16     ` Richard Henderson
2022-12-04  1:51 ` [PATCH 2/2] meson: Set avx512f option to auto Richard Henderson
2022-12-16 20:47   ` Richard Henderson
2022-12-16 23:08   ` Paolo Bonzini
2022-12-16 23:50     ` Richard Henderson
2022-12-19 10:21     ` Daniel P. Berrangé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).