On 4/20/2021 3:38 PM, Patrick Wildt wrote:
Hi,
both our arm64 and armv7 require at least NEON support. audio/openal
checks for NEON support by opening /proc/cpuinfo and parsing it, which
we obviously don't have. I'd propose just patching it and enabling it
for OpenBSD. At the very least, it gets rid of this obnoxious message:
Failed to open /proc/cpuinfo, cannot check for NEON support
Tested by running games/openal.
Opinions?
I just sent out an update to OpenAL where this bit of code has been removed.
https://github.com/kcat/openal-soft/commit/9d354f721c39dc643399b36297c57ef809451f6f
Please double check how things are with ARM with the latest code I sent
over to you.