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

static __inline float _expm1f(float vx)
{
  return spu_extract(_expm1f4(spu_promote(vx, 0)), 0);
}