summaryrefslogtreecommitdiffstats
path: root/newlib/libm/machine/spu/headers/asinhf.h
blob: 6abd16e2ef199d336655256c8c83e23b875f47b9 (plain)
1
2
3
4
5
6
#include "headers/asinhf4.h"

static __inline float _asinhf(float x)
{
  return spu_extract(_asinhf4(spu_promote(x, 0)), 0);
}