Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | math: fix aliasing violation in long double wrappers | Szabolcs Nagy | 2014-04-11 | 1 | -1/+4 |
* | math: long double trigonometric cleanup (cosl, sinl, sincosl, tanl) | Szabolcs Nagy | 2013-09-05 | 1 | -13/+6 |
* | math: sin cos cleanup | Szabolcs Nagy | 2013-05-18 | 1 | -9/+11 |
* | fix missing prototype and simplify sincosl on ld64 archs | Rich Felker | 2012-07-02 | 1 | -4/+2 |
* | don't inline __rem_pio2l so the code size is smaller | nsz | 2012-03-19 | 1 | -2/+0 |
* | efficient sincos based on sin and cos | nsz | 2012-03-15 | 1 | -0/+66 |