diff options
Diffstat (limited to 'lib/comparesf2.c')
-rw-r--r-- | lib/comparesf2.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/comparesf2.c b/lib/comparesf2.c index 3f2e358addb5..c1c3a479c8ec 100644 --- a/lib/comparesf2.c +++ b/lib/comparesf2.c @@ -106,6 +106,8 @@ enum GE_RESULT __gesf2(fp_t a, fp_t b) { } } +ARM_EABI_FNALIAS(fcmpun, unordsf2) + int __unordsf2(fp_t a, fp_t b) { const rep_t aAbs = toRep(a) & absMask; const rep_t bAbs = toRep(b) & absMask; |