summaryrefslogtreecommitdiffstats
path: root/newlib/libm/machine/spu/headers/nearbyintf.h
blob: b8257202220d20f0c8474e8a74d4f398c3aad480 (plain)
1
2
3
4
5
6
#include "headers/nearbyintf4.h"

static __inline float _nearbyintf(float x)
{
  return spu_extract(_nearbyintf4(spu_promote(x, 0)), 0);
}