loongarch64: add new syscall numbers
[musl.git] / src / math / lgammaf.c
blob2ae051d09aae555e1f95a1905685e5c1d735904d
1 #include <math.h>
2 #include "libm.h"
4 float lgammaf(float x)
6 return __lgammaf_r(x, &__signgam);