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

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

static __inline float _sinhf(float x)
{
  return spu_extract(_sinhf4(spu_promote(x, 0)), 0);
}