diff options
author | 2013-11-28 16:50:38 +0000 | |
---|---|---|
committer | 2013-11-28 16:50:38 +0000 | |
commit | 3c1c46a64ad1037d616ec39514c4e55133997c9f (patch) | |
tree | 717fc72e73a01fb74a4cdc97e6332086c2c3ee38 /ports/sysdeps/arm | |
parent | Get canonical name in getaddrinfo from hosts file for AF_INET (fixes 16077) (diff) | |
download | glibc-3c1c46a64ad1037d616ec39514c4e55133997c9f.tar.gz glibc-3c1c46a64ad1037d616ec39514c4e55133997c9f.tar.bz2 glibc-3c1c46a64ad1037d616ec39514c4e55133997c9f.zip |
Fix dbl-64 e_sqrt.c for non-default rounding modes (bug 16271).
Diffstat (limited to 'ports/sysdeps/arm')
-rw-r--r-- | ports/sysdeps/arm/fegetround.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/sysdeps/arm/fegetround.c b/ports/sysdeps/arm/fegetround.c index 78a3795b23..149a989518 100644 --- a/ports/sysdeps/arm/fegetround.c +++ b/ports/sysdeps/arm/fegetround.c @@ -37,3 +37,4 @@ fegetround (void) /* The current soft-float implementation only handles TONEAREST. */ return FE_TONEAREST; } +libm_hidden_def (fegetround) |