summaryrefslogtreecommitdiffstats
path: root/newlib/libm/machine/spu/headers/rintf.h
blob: 4649b0f3824c9b4e35a17711695321b9a25fe380 (plain)
1
2
3
4
5
6
#include "headers/rintf4.h"

static __inline float _rintf(float x)
{
  return spu_extract(_rintf4(spu_promote(x, 0)), 0);
}