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

static __inline float _erfcf(float x)
{
  return spu_extract(_erfcf4(spu_promote(x, 0)), 0);
}