Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2012-07-10 | support -mfpmath=387 on x86_64 | Rich Felker | -0/+4 | |
apparently somebody wants this for something... and it doesn't hurt. | ||||
2012-07-10 | fix wrong value of FLT_EVAL_METHOD for x86_64 | Rich Felker | -1/+1 | |
2012-03-21 | fix DECIMAL_DIG definitions | Rich Felker | -0/+2 | |
DECIMAL_DIG is not the same as LDBL_DIG type_DIG is the maximimum number of decimal digits that can survive a round trip from decimal to type and back to decimal. DECIMAL_DIG is the minimum number of decimal digits required in order for any floating point type to survive the round trip to decimal and back, and it is generally larger than LDBL_DIG. since the exact formula is non-trivial, and defining it larger than necessary may be legal but wasteful, just define the right value in bits/float.h. | ||||
2011-04-10 | add missing float.h macros | Rich Felker | -0/+3 | |
actually FLT_ROUNDS needs to expand to a static inline function that obtains the current rounding mode and returns it, but that will be added later with fenv.h stuff. | ||||
2011-02-15 | Port musl to x86-64. One giant commit! | Nicholas J. Kain | -0/+11 | |