about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWilco Dijkstra <wdijkstr@arm.com>2017-06-20 16:46:52 +0100
committerWilco Dijkstra <wdijkstr@arm.com>2017-06-20 16:50:37 +0100
commit18b759355de5c2b334309fa1db7be7eec55d73c0 (patch)
tree845bf3eba492f6a3af9580876002d9c4c2bdccac /ChangeLog
parent905947c30455bea5eed42cdffd771a11b1554f1d (diff)
downloadglibc-18b759355de5c2b334309fa1db7be7eec55d73c0.tar.gz
glibc-18b759355de5c2b334309fa1db7be7eec55d73c0.tar.xz
glibc-18b759355de5c2b334309fa1db7be7eec55d73c0.zip
Add powf trace
Add a workload for powf.  This is a reduced trace based on 2.3 billion
samples extracted from wrf.  The distribution of values, in particular
frequency of commonly used operands is the same as in the full trace.

    * benchtests/powf-inputs: Add reduced trace from wrf.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e44f7bd5c4..ebab4ce0b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
+
+	* benchtests/powf-inputs: Add reduced trace from wrf.
+
 2017-06-20  H.J. Lu  <hongjiu.lu@intel.com>
 	    Erich Elsen  <eriche@google.com>