about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2020-11-02 23:25:12 -0500
committerRich Felker <dalias@aerifal.cx>2020-11-11 10:54:58 -0500
commit4ffa7068993ab4a1e1cedfed8954db979d9b7fbd (patch)
treefccc5a38e870f94cb54f03c8b83fb2d06ad2d8b3 /src
parentd91a6cf6e369a79587c5665fce9635e5634ca201 (diff)
downloadmusl-4ffa7068993ab4a1e1cedfed8954db979d9b7fbd.tar.gz
musl-4ffa7068993ab4a1e1cedfed8954db979d9b7fbd.tar.xz
musl-4ffa7068993ab4a1e1cedfed8954db979d9b7fbd.zip
fix vector types in aarch64 register file structures
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.
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions