summaryrefslogtreecommitdiffstats
path: root/newlib/libm/machine/spu/headers/sinhf.h
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);
}