blob: ada7e6e8d01d39d3ea1f74da84a62f9950dbffd4 [file] [log] [blame]
#include "headers/isnand2.h"
static __inline int _isnan(double x)
{
return spu_extract(_isnand2(spu_promote(x, 0)), 0);
}