]> git.ipfire.org Git - thirdparty/qemu.git/commit - meson.build
migration/xbzrle: Use __attribute__((target)) for avx512
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 1 May 2023 21:05:55 +0000 (22:05 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 2 May 2023 20:05:45 +0000 (13:05 -0700)
commitdc165fcd4effb9e005a4514ab7d666322648e971
tree2184c5f9c81038ab35aaf671b9293eb9a82ee8a6
parentc4075353854ed320cf9225ebd5605836ae236640
migration/xbzrle: Use __attribute__((target)) for avx512

Use the attribute, which is supported by clang, instead of
the #pragma, which is not supported and, for some reason,
also not detected by the meson probe, so we fail by -Werror.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Message-Id: <20230501210555.289806-1-richard.henderson@linaro.org>
meson.build
migration/xbzrle.c