Welcome to mirror list, hosted at ThFree Co, Russian Federation.

rintf.h « headers « spu « machine « libm « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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);
}