Ignore:
File:
1 edited

Legend:

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

    r874381a ra35b458  
    11101110}
    11111111
    1112 int64_t __aeabi_f2lz(float32_t a)
    1113 {
    1114         float32_u ua;
    1115         ua.val = a;
    1116 
    1117         return float32_to_int64(ua.data);
    1118 }
    1119 
    11201112uint32_t __aeabi_f2uiz(float32_t a)
    11211113{
Note: See TracChangeset for help on using the changeset viewer.