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

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