On Mon, 19 Jun 2023 at 15:02, Richard Henderson <richard.hender...@linaro.org> wrote: > > One cannot test for feature aa32_simd_r32 without first > testing if AArch32 mode is supported at all. This leads to > > qemu-system-aarch64: ARM CPUs must have both VFP-D32 and Neon or neither > > for Apple M1 cpus. > > We already have a check for ARMv8-A never setting vfp-d32 true, > so restructure the code so that AArch64 avoids the test entirely. > > Reported-by: Mads Ynddal <m...@ynddal.dk> > Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
Applied to target-arm.next, thanks. (We can change the check in the "provide 'neon' property" code as a separate patch.) -- PMM