Open valpackett opened 4 years ago
Necessary for FreeBSD/aarch64's fpregs
maybe some other platforms would like to use uint128_t without underscores idk.. but here uint128_t is only defined in odd headers like sdp.h, and ucontext.h uses the underscored version
uint128_t
sdp.h
ucontext.h
This isn't correct. The alignment of u128/i128 do not match int128_t on AFAICT any platform.
u128
i128
int128_t
Necessary for FreeBSD/aarch64's fpregs
maybe some other platforms would like to use
uint128_t
without underscores idk.. but hereuint128_t
is only defined in odd headers likesdp.h
, anducontext.h
uses the underscored version