libc/newlib/libm/machine/spu/sf_ilogb.c

8 lines
94 B
C

#include <math.h>
#include "headers/ilogbf.h"
int ilogbf(float x)
{
return _ilogbf(x);
}