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

isnanf.h « headers « spu « machine « libm « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 61b1703c9c53409fec6c31a2680bbf9866ec0d33 (plain)
1
2
3
4
5
6
#include "headers/isnanf4.h"

static __inline unsigned int _isnanf(float x)
{
  return spu_extract(_isnanf4(spu_promote(x, 0)), 0);
}