diff options
author | Rich Felker <dalias@aerifal.cx> | 2020-11-02 23:25:12 -0500 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2020-11-11 10:54:58 -0500 |
commit | 4ffa7068993ab4a1e1cedfed8954db979d9b7fbd (patch) | |
tree | fccc5a38e870f94cb54f03c8b83fb2d06ad2d8b3 /arch/aarch64/kstat.h | |
parent | d91a6cf6e369a79587c5665fce9635e5634ca201 (diff) | |
download | musl-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 'arch/aarch64/kstat.h')
0 files changed, 0 insertions, 0 deletions