OSDN Git Service

r288@cf-ppc-macosx: monabuilder | 2008-12-07 13:17:34 +0900
[pf3gnuchains/pf3gnuchains3x.git] / newlib / libm / machine / spu / headers / erfcf.h
1 #include "headers/erfcf4.h"
2
3 static __inline float _erfcf(float x)
4 {
5   return spu_extract(_erfcf4(spu_promote(x, 0)), 0);
6 }