]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Introduce fp_access_check_vector_hsd
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 11 Dec 2024 16:29:48 +0000 (10:29 -0600)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 13 Dec 2024 13:39:23 +0000 (13:39 +0000)
commit43218f234692bc4893b082a016885ae650aea8fd
treee0feb56178a587164ed3d18c494fccea02ab14d9
parent648e654efa05e21779daf0b1f623948c92c83fe0
target/arm: Introduce fp_access_check_vector_hsd

Provide a simple way to check for float64, float32, and float16
support vs vector width, as well as the fpu enabled.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20241211163036.2297116-22-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/tcg/translate-a64.c