June 30, 2026
8:04 p.m.
On Tue Jun 30 20:04:52 2026 +0000, Brendan Shanks wrote:
Ah, I had been looking at `asm/hwcap.h` when I wrote the code and forgot to check `bits/hwcap.h` when we switched to using that. Maybe we could just use `HWCAP_ARM_NEON` without any fallback define, since `bits/hwcap.h` from glibc and musl both define it and we're not supporting any toolchains old enough to need it defined. That leaves out FreeBSD, but honestly I don't think there's anyone building or using Wine on ARM32 FreeBSD. We didn't have any feature detection code path for it before either. Ok, fair enough, that works for me too. Yeah ARM32 support overall is very esoteric at this point in any case.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/11267#note_144559