Changeset 5f9768bb in mainline for uspace/lib/softfloat/softfloat.h


Ignore:
Timestamp:
2013-11-19T11:36:53Z (11 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
67ddb71
Parents:
18dc93c
Message:

Add some ARM EABI functions

File:
1 edited

Legend:

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

    r18dc93c r5f9768bb  
    208208extern double __aeabi_i2d(int);
    209209extern double __aeabi_ui2d(unsigned int);
     210extern double __aeabi_l2d(long long);
     211extern float __aeabi_l2f(long long);
     212extern float __aeabi_ul2f(unsigned long long);
    210213extern unsigned int __aeabi_d2uiz(double);
     214extern long long __aeabi_d2lz(double);
    211215
    212216extern int __aeabi_f2iz(float);
Note: See TracChangeset for help on using the changeset viewer.