summaryrefslogtreecommitdiff
path: root/src/linux/sincosf.c
AgeCommit message (Collapse)AuthorFilesLines
2012-03-16remove junk sincos implementations in preparation to merge nsz's real onesRich Felker1-8/+0
2012-03-15implement sincosf and sincosl functions; add prototypesRich Felker1-0/+8
presumably broken gcc may generate calls to these, and it's said that ffmpeg makes use of sincosf.