about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-10-18 09:13:23 -0400
committerUlrich Drepper <drepper@gmail.com>2011-10-18 09:13:23 -0400
commit581d30e386b9567b973a65d0bc82af782ac078ed (patch)
tree9c4b80b4e202a38117880ccce87cb8465e2b1f51 /ChangeLog
parentd38f1dba009689d78af371cffa091b27e4ebe17d (diff)
downloadglibc-581d30e386b9567b973a65d0bc82af782ac078ed.tar.gz
glibc-581d30e386b9567b973a65d0bc82af782ac078ed.tar.xz
glibc-581d30e386b9567b973a65d0bc82af782ac078ed.zip
Add optimized nearbyint{,f} for x86-64
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c391f612ea..3802f857fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
 
+	* sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
+	Add s_nearbyint-c and s_nearbyintf-c.
+	* sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
+	nearbyintf inlines.
+	* sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
+	* sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
+	* sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
+	* sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
+
 	* math/math_private.h: Define defaults for libc_fegetround,
 	libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
 	libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,