aboutsummaryrefslogtreecommitdiff
path: root/src/stage1/zigendian.h
AgeCommit message (Collapse)Author
2022-12-06actually remove stage1Andrew Kelley
2020-12-23float_*_ieee597: only swap bytes when targeting different endianness than nativeKoakuma
float_*_ieee597 functions should fill the buffer with the target endianness, instead of always filling it in LE ordering.