mirror of https://git.musl-libc.org/git/musl
Browse Source
commit 7be59733d7 introduced the
hwcap-based branches to support the SPE FPU, but wrongly coded them as
bitwise tests on the computed address of __hwcap, not a value loaded
from that address. replace the add with indexed load to fix it.
master
2 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue