Add sincosl() function to bionic. So that sincos optimization can - DO NOT MERGE

be enabled.

Change-Id: I672cb319689aa4fb3f1f7cd868dda76842bebae9
This commit is contained in:
David 'Digit' Turner
2010-06-09 14:35:29 -07:00
parent 506b13d910
commit 410b2ae7fb
3 changed files with 55 additions and 0 deletions

View File

@@ -8,6 +8,8 @@ Differences between current and Android 2.2:
- <semaphore.h>: Use private futexes for semaphore implementation,
unless your set 'pshared' to non-0 when calling sem_init().
- <math.h>: Added sincos(), sincosf() and sincosl() (GLibc compatibility).
- <sys/sysinfo.h>: Added missing sysinfo() system call implementation
(the function was already declared in the header though).