about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2017-09-19 12:59:01 +0000
committerJoseph Myers <joseph@codesourcery.com>2017-09-19 12:59:01 +0000
commiteb375def3ddd2a1738ed6bc5ace98753f0f7e5e6 (patch)
treeccaa8a1599d1601cbdc7c3c8f6a35971cba1e86b /ChangeLog
parentbd17ba29eb5cb4ec7251c1ed0b4dcd7d287c0c0c (diff)
downloadglibc-eb375def3ddd2a1738ed6bc5ace98753f0f7e5e6.tar.gz
glibc-eb375def3ddd2a1738ed6bc5ace98753f0f7e5e6.tar.xz
glibc-eb375def3ddd2a1738ed6bc5ace98753f0f7e5e6.zip
Add benchtests for trunc and truncf.
This patch adds benchtests for the trunc and truncf functions.  The
inputs listed are fairly arbitrary; I do not assert they are
representative of any particular application.

	* benchtests/Makefile (bench-math): Add trunc and truncf.
	(CFLAGS-bench-trunc.c): New variable.
	(CFLAGS-bench-truncf.c): Likewise.
	* benchtests/trunc-inputs: New file.
	* benchtests/truncf-inputs: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 25b05f2567..eae055773b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2017-09-19  Joseph Myers  <joseph@codesourcery.com>
+
+	* benchtests/Makefile (bench-math): Add trunc and truncf.
+	(CFLAGS-bench-trunc.c): New variable.
+	(CFLAGS-bench-truncf.c): Likewise.
+	* benchtests/trunc-inputs: New file.
+	* benchtests/truncf-inputs: Likewise.
+
 2017-09-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
 
 	* sysdeps/powerpc/powerpc64/power8/memset.S: Avoid misaligned stores.