From 81f311c2eed308c938f995dbda97d2ec4d00b723 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Tue, 2 Apr 2013 10:36:01 +0530 Subject: Add benchmark tests for slowpow and slowexp Separate benchmarks for the fast and slow implementations of pow and exp since measuring both together doesn't make sense. Adjust the iterations for pow and exp accordingly so that they run long enough for the measurements to be meaningful. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 36890d7..e4b7af4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2013-04-02 Siddhesh Poyarekar + + * benchtests/Makefile: Add benchmarks for slowpow and slowexp. + (bench): Add slowexp and slowpow. + (exp-ITER): Increase iterations. + (pow-ITER): Likewise. + * benchtests/exp-inputs: Change input. + * benchtests/pow-inputs: Likewise. + * benchtests/slowexp-inputs: New file. + * benchtests/slowexp.c: New file. + * benchtests/slowpow-inputs: New file. + * benchtests/slowpow.c: New file. + 2013-04-02 Adhemerval Zanella * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction -- cgit v1.1