Welcome to mirror list, hosted at ThFree Co, Russian Federation.

erff.h « headers « spu « machine « libm « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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);
}