summaryrefslogtreecommitdiffstats
path: root/newlib/libm/machine/spu/headers/lgamma.h
blob: 513e3ebede98216d2f207c64dc3730b6c9bb81b6 (plain)
1
2
3
4
5
6
#include "headers/lgammad2.h"

static __inline double _lgamma(double x)
{
  return spu_extract(_lgammad2(spu_promote(x, 0)), 0);
}