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

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

static __inline float _tgammaf(float x)
{
  return spu_extract(_tgammaf4(spu_promote(x, 0)), 0);
}