Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove junk sincos implementations in preparation to merge nsz's real ones | Rich Felker | 2012-03-16 | 1 | -8/+0 |
| | |||||
* | implement sincosf and sincosl functions; add prototypes | Rich Felker | 2012-03-15 | 1 | -0/+8 |
presumably broken gcc may generate calls to these, and it's said that ffmpeg makes use of sincosf. |