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

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