Retro68/gcc/newlib/libm/machine/spu/headers/sinf.h
2012-03-27 01:51:53 +02:00

7 lines
129 B
C

#include "headers/sinf4.h"
static __inline float _sinf(float angle)
{
return spu_extract(_sinf4(spu_promote(angle, 0)), 0);
}