~vojtech-horky/helenos/gcc-port

« back to all changes in this revision

Viewing changes to uspace/lib/softfloat/softfloat.h

  • Committer: Vojtech Horky
  • Date: 2013-12-06 15:44:06 UTC
  • Revision ID: vojtechhorky@users.sourceforge.net-20131206154406-vtu36qusqh7pt4dz
Another ARM EABI function

Show diffs side-by-side

added added

removed removed

Lines of Context:
227
227
extern int __aeabi_dcmpge(double, double);
228
228
extern int __aeabi_dcmpgt(double, double);
229
229
extern int __aeabi_dcmplt(double, double);
 
230
extern int __aeabi_dcmple(double, double);
230
231
extern int __aeabi_dcmpeq(double, double);
231
232
 
232
233
extern float __aeabi_fadd(float, float);