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

static __inline float _erff(float x)
{
  return spu_extract(_erff4(spu_promote(x, 0)), 0);
}