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

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

static __inline float _lgammaf(float x)
{
  return spu_extract(_lgammaf4(spu_promote(x, 0)), 0);
}