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

erfc.h « headers « spu « machine « libm « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 542c4bbc23198ac6f4b7c5ae4b1ee9432dc57409 (plain)
1
2
3
4
5
6
#include "headers/erfcd2.h"

static __inline double _erfc(double x)
{
  return spu_extract(_erfcd2(spu_promote(x, 0)), 0);
}