summaryrefslogtreecommitdiffstats
path: root/newlib/libm/machine/spu/headers/expm1.h
blob: 4983c1949eb57ede470dd537f61b22ec37ef246e (plain)
1
2
3
4
5
6
#include "headers/expm1d2.h"

static __inline double _expm1(double x)
{
  return spu_extract(_expm1d2(spu_promote(x, 0)), 0);
}