aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/float128/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/ieee754/float128/Versions')
-rw-r--r--sysdeps/ieee754/float128/Versions5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysdeps/ieee754/float128/Versions b/sysdeps/ieee754/float128/Versions
index 2eebc6f1b0..2be97f8564 100644
--- a/sysdeps/ieee754/float128/Versions
+++ b/sysdeps/ieee754/float128/Versions
@@ -4,9 +4,13 @@
%endif
libc {
FLOAT128_VERSION {
+ __isnanf128;
__strtof128_internal;
__wcstof128_internal;
}
+ GLIBC_2.34 {
+ __isnanf128;
+ }
GLIBC_PRIVATE {
# For __nanf128.
__strtof128_nan;
@@ -30,7 +34,6 @@ libm {
__hypotf128_finite;
__iseqsigf128;
__isinff128;
- __isnanf128;
__issignalingf128;
__j0f128_finite;
__j1f128_finite;