Big MSL_C update (#546)
* match acos, asin, fmod, and math_ppc * match many files in MSL_C math_ppc, s_copysign, s_cos, s_modf, s_sin, s_tan, w_acos, w_asin, w_fmod, w_pow
This commit is contained in:
parent
d72f538b87
commit
d6da17b604
14 changed files with 556 additions and 16 deletions
|
|
@ -1,9 +1,4 @@
|
|||
extern double tan(double);
|
||||
extern double sin(double);
|
||||
extern double cos(double);
|
||||
extern double atan2(double);
|
||||
extern double acos(double);
|
||||
|
||||
#include "PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/math_ppc.h"
|
||||
float acosf(float arg0) {
|
||||
return (float) acos(arg0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue