aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2016-06-28 21:59:40 +1000
committerTulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>2016-06-30 16:08:49 -0300
commitaa95fc13f5b02044eadc3af3d9e1c025f2e1edda (patch)
treea2b2ddf6f9836843c1ec6484df50887c5267b7d1 /ChangeLog
parent35da2541c382d1d4b7c9a15049a3cd1c7a6863a3 (diff)
downloadglibc-aa95fc13f5b02044eadc3af3d9e1c025f2e1edda.zip
glibc-aa95fc13f5b02044eadc3af3d9e1c025f2e1edda.tar.gz
glibc-aa95fc13f5b02044eadc3af3d9e1c025f2e1edda.tar.bz2
powerpc: Add a POWER8-optimized version of sinf()
This uses the implementation of sinf() in sysdeps/x86_64/fpu/s_sinf.S as inspiration.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dc52dd4..4249f90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2016-06-30 Anton Blanchard <anton@samba.org>
+
+ * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile
+ [$(subdir) = math] (libm-sysdep_routines): Add s_sinf-power8 and
+ s_sinf-ppc64.
+ * sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-power8.S: New file.
+ * sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-ppc64.c: Likewise.
+ * sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf.c: Likewise.
+ * sysdeps/powerpc/powerpc64/power8/fpu/s_sinf.S: Likewise.
+
2016-06-30 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
* sysdeps/powerpc/fpu/libm-test-ulps: Update.