meson: assume x86-64-v2 baseline ISA
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 31 May 2024 08:37:06 +0000 (10:37 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 5 Jun 2024 09:01:05 +0000 (11:01 +0200)
commit294ac64e459aca023f43441651d860980c9784f1
tree29ffccc60f2d63c287e11eb6841b2c4be9b7704b
parent72baef13b9dce71f20ae840d9951e559e14abf6d
meson: assume x86-64-v2 baseline ISA

x86-64-v2 processors were released in 2008, assume that we have one.
Unfortunately there is no GCC flag to enable all the features
without disabling what came after; so enable them one by one.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
meson.build