Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/softfloat/conversion.h

    rc0c38c7c r874381a  
    111111extern uint64_t __fixunssfdi(float32_t);
    112112extern int32_t __aeabi_f2iz(float32_t);
     113extern int64_t __aeabi_f2lz(float32_t);
    113114extern uint32_t __aeabi_f2uiz(float32_t);
    114115extern float32_t __aeabi_i2f(int32_t);
Note: See TracChangeset for help on using the changeset viewer.