diff options
Diffstat (limited to 'SHARED-FILES')
-rw-r--r-- | SHARED-FILES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/SHARED-FILES b/SHARED-FILES index 7fa54a5c9d..228f415dfd 100644 --- a/SHARED-FILES +++ b/SHARED-FILES @@ -264,3 +264,7 @@ sysdeps/ieee754/flt-32/s_log1pf.c (file src/binary32/log1p/log1pf.c in CORE-MATH) - The code was adapted to use glibc code style and internal functions to handle errno, overflow, and underflow. +sysdeps/ieee754/flt-32/s_log10p1f.c + (file src/binary32/log10p1/log10p1f.c in CORE-MATH) + - The code was adapted to use glibc code style and internal + functions to handle errno, overflow, and underflow. |