Revision 1e397ead include/fpu/softfloat.h

b/include/fpu/softfloat.h
237 237
float64 uint64_to_float64( uint64 STATUS_PARAM );
238 238
floatx80 int64_to_floatx80( int64 STATUS_PARAM );
239 239
float128 int64_to_float128( int64 STATUS_PARAM );
240
float128 uint64_to_float128( uint64 STATUS_PARAM );
240 241

  
241 242
/*----------------------------------------------------------------------------
242 243
| Software half-precision conversion routines.
......
630 631
        ((a.low != 0) || ((a.high & 0xffffffffffffLL) != 0));
631 632
}
632 633

  
634
#define float128_zero make_float128(0, 0)
635

  
633 636
/*----------------------------------------------------------------------------
634 637
| The pattern for a default generated quadruple-precision NaN.
635 638
*----------------------------------------------------------------------------*/

Also available in: Unified diff