Merge "Add sincosl() function to bionic. So that sincos optimization can be enabled."

This commit is contained in:
Jing Yu
2010-06-07 13:14:45 -07:00
committed by Android (Google) Code Review
3 changed files with 8 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ Differences between current and Android 2.2:
- <pthread.h>: Add reader/writer locks implementation.
- <math.h>: Added sincos() and sincosf() (GLibc compatibility).
- <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).