diff options
author | Ed Schouten <ed@FreeBSD.org> | 2013-05-27 18:27:12 +0000 |
---|---|---|
committer | Ed Schouten <ed@FreeBSD.org> | 2013-05-27 18:27:12 +0000 |
commit | 11023dc647fd8f41418da90d59db138400d0f334 (patch) | |
tree | 50f0ab80515576749ef638dd0766b70a65904bfa /lib/comparesf2.c | |
parent | 58aabf08b77d221489f10e274812ec60917c21a8 (diff) |
Notes
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 3f2e358addb5d..c1c3a479c8ecf 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; |