Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
f128_isnan.c
Go to the documentation of this file.
1#include "include/softfloat.h"
2#include "include/internals.h"
3
4bool isNaNF128( const float128_t* f ) {
5 const uint32_t* wptr = (const uint32_t*)f;
6 return softfloat_isNaNF128M( wptr );
7}
bool isNaNF128(const float128_t *f)
Definition f128_isnan.c:4
bool softfloat_isNaNF128M(const uint32_t *)
unsigned int uint32_t
Definition stdint.h:126