Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-03-07 | fix FLT_ROUNDS to reflect the current rounding mode | Szabolcs Nagy | 1 | -1/+0 | |
Implemented as a wrapper around fegetround introducing a new function to the ABI: __flt_rounds. (fegetround cannot be used directly from float.h) | |||||
2014-02-27 | rename superh port to "sh" for consistency | Rich Felker | 1 | -0/+17 | |
linux, gcc, etc. all use "sh" as the name for the superh arch. there was already some inconsistency internally in musl: the dynamic linker was searching for "ld-musl-sh.path" as its path file despite its own name being "ld-musl-superh.so.1". there was some sentiment in both directions as to how to resolve the inconsistency, but overall "sh" was favored. |