blob: b8257202220d20f0c8474e8a74d4f398c3aad480 [file] [log] [blame]
#include "headers/nearbyintf4.h"
static __inline float _nearbyintf(float x)
{
return spu_extract(_nearbyintf4(spu_promote(x, 0)), 0);
}