]> git.ipfire.org Git - thirdparty/qemu.git/commit
meson: define qemu_isa_flags
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 7 Oct 2024 08:31:28 +0000 (10:31 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 11 Oct 2024 10:32:17 +0000 (12:32 +0200)
commit6ae8c5382b2396d394e135c2c6d3742d11c6d0c2
tree1c09d1dcc9ec5baa4e3b89beede8b5d3e5836b51
parent461a9252e249adab5f0bae3b9634be77dd5be17e
meson: define qemu_isa_flags

Create a separate variable for compiler flags that enable
specific instruction set extensions, so that they can be used with
cc.compiles/cc.links.

Note that -mfpmath=sse is a code generation option but it does not
enable new instructions, therefore I did not make it part of
qemu_isa_flags.

Suggested-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Alex Bennée <alex.bennee@linaro.org>
Cc: qemu-stable@nongnu.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
meson.build