mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-09 16:23:23 +03:00
4ffa706899
the ABI type for the vector registers in fpregset_t, struct fpsimd_context, and struct user_fpsimd_struct is __uint128_t, which was presumably originally not used because it's a nonstandard type, but its existence is mandated by the aarch64 psABI. use of the wrong type here broke software using these structures, and encouraged incorrect fixes with casts rather than reinterpretation of representation. |
||
---|---|---|
.. | ||
bits | ||
atomic_arch.h | ||
crt_arch.h | ||
fp_arch.h | ||
kstat.h | ||
pthread_arch.h | ||
reloc.h | ||
syscall_arch.h |