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

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

static __inline double _tgamma(double x)
{
  return spu_extract(_tgammad2(spu_promote(x, 0)), 0);
}