aboutsummaryrefslogtreecommitdiff
path: root/src/stage1/parse_f128.c
AgeCommit message (Collapse)Author
2022-12-06actually remove stage1Andrew Kelley
2022-10-10Fix building with Clang 16Eric Joldasov
Related: https://archives.gentoo.org/gentoo-dev/message/dd9f2d3082b8b6f8dfbccb0639e6e240
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.
2020-12-03Fix floating point parsing on BE systems (#7256)Koakuma
* Fix floating point parsing on BE systems * Load the appropriate endian.h files for macOS and BSD * Add endian definition for Windows and extra check for ldshape selection * Fix endian macro definition for macOS Apparently their macros are defined without a leading __. * Define new macro for endian checking purposes This is gross and I really do not like the lack of standardization around this part, but what can I do?
2020-09-21rename src-self-hosted/ to src/Andrew Kelley