Updated math code from the uClibc 0.9.33 release

This commit is contained in:
Sam Lantinga
2017-11-04 15:53:19 -07:00
parent 34502143d9
commit 6cf065753c
18 changed files with 945 additions and 1198 deletions

View File

@@ -66,7 +66,7 @@ T[] = {
2.59073051863633712884e-05, /* 0x3EFB2A70, 0x74BF7AD4 */
};
double __kernel_tan(double x, double y, int iy)
double attribute_hidden __kernel_tan(double x, double y, int iy)
{
double z,r,v,w,s;
int32_t ix,hx;