summaryrefslogtreecommitdiffstats
path: root/newlib/libm/machine/spu/sf_lround.c
blob: 250467b7e597917c74963c25a54cb04ffdbd5998 (plain)
1
2
3
4
5
6
7
#include <math.h>
#include "headers/lroundf.h"

long int lroundf(float x)
{
    return _lroundf(x);
}