Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sinf.h « headers « spu « machine « libm « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 389050ba2cdebd7cd3ca60b7d58f62e8a3ce173e (plain)
1
2
3
4
5
6
#include "headers/sinf4.h"

static __inline float _sinf(float angle)
{
  return spu_extract(_sinf4(spu_promote(angle, 0)), 0);
}