about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2017-10-22 08:07:48 -0700
committerH.J. Lu <hjl.tools@gmail.com>2017-10-22 08:08:00 -0700
commit80bb5935632faf8a8e94daf976340e549be9d4c5 (patch)
tree548797b41ae7fcbc7a2025cc0060f7bd8b7da16c /ChangeLog
parent5c7adbd8eded546eb6e17a82f5ab3b35def47f38 (diff)
downloadglibc-80bb5935632faf8a8e94daf976340e549be9d4c5.tar.gz
glibc-80bb5935632faf8a8e94daf976340e549be9d4c5.tar.xz
glibc-80bb5935632faf8a8e94daf976340e549be9d4c5.zip
x86-64: Add powf with FMA
For workload-spec2017.wrf, on Skylake, it improves performance by:

                           Before            After     Improvement
reciprocal-throughput      35.4713          27.3842       29%
latency                    82.4537          66.3175       24%

	* sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
	Add e_powf-fma.
	(CFLAGS-e_powf-fma.c): New.
	* sysdeps/x86_64/fpu/multiarch/e_powf-fma.c: New file.
	* sysdeps/x86_64/fpu/multiarch/e_powf.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e904dbdd4..28df1d25c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,14 @@
 2017-10-22  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
+	Add e_powf-fma.
+	(CFLAGS-e_powf-fma.c): New.
+	* sysdeps/x86_64/fpu/multiarch/e_powf-fma.c: New file.
+	* sysdeps/x86_64/fpu/multiarch/e_powf.c: Likewise.
+
+2017-10-22  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
 	Add e_log2f-fma.
 	(CFLAGS-e_log2f-fma.c): New.
 	* sysdeps/x86_64/fpu/multiarch/e_log2f-fma.c: New file.