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

float nearbyintf(float x)
{
  return _nearbyintf(x);
}