summaryrefslogtreecommitdiffstats
path: root/libm/sincos.c
Commit message (Expand)AuthorAgeFilesLines
* Fix <features.h> (_BSD_SOURCE and _GNU_SOURCE).Elliott Hughes2014-08-181-1/+1
* Revert "Switch libm to building with clang."Elliott Hughes2014-07-111-4/+1
* Switch libm to building with clang.Elliott Hughes2014-07-101-1/+4
* Regenerate the NOTICE files.Elliott Hughes2014-01-071-1/+1
* Make sincosl call sinl and cosl.Elliott Hughes2013-02-011-12/+9
* Disable sincos optimization for sincos calls.Jing Yu2011-08-171-0/+8
* Add sincosl() function to bionic. So that sincos optimization canJing Yu2010-06-031-0/+6
* Add sincos() and sincosf() implementation.David 'Digit' Turner2010-05-191-0/+40