]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Use fp_status_f16_a64 in AArch64-only helpers
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 24 Jan 2025 16:27:35 +0000 (16:27 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 28 Jan 2025 18:40:19 +0000 (18:40 +0000)
commite4b3c388f96c1e4d18e276db6a9963bcb8cb98fb
treecb1a5bb930b5bd6a96672925ecaec1e47a4c5b87
parent85fffc1085c0b2623aa615cfdfb6b4d84694cfa3
target/arm: Use fp_status_f16_a64 in AArch64-only helpers

We directly use fp_status_f16 in a handful of helpers that are
AArch64-specific; switch to fp_status_f16_a64 for these.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20250124162836.2332150-16-peter.maydell@linaro.org
target/arm/tcg/sme_helper.c
target/arm/tcg/vec_helper.c