about summary refs log tree commit diff
path: root/benchtests/Makefile
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2019-03-14 11:55:04 +0000
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2019-07-08 17:22:22 -0300
commit0cccd37f70ba629a32773d6f253cb69a893fa652 (patch)
tree01ff045849f5e2e302aec6255de0a134d74003fa /benchtests/Makefile
parent931c616eedc303d48fdd3b05bc063b354a133c74 (diff)
downloadglibc-0cccd37f70ba629a32773d6f253cb69a893fa652.tar.gz
glibc-0cccd37f70ba629a32773d6f253cb69a893fa652.tar.xz
glibc-0cccd37f70ba629a32773d6f253cb69a893fa652.zip
benchtests: Add logb{f} benchmark
	* benchtests/Makefile (bench-math): Add logb.
	* benchtests/logb-inputs: New file.
	* benchtests/logbf-inputs: New file.

Reviewed-by: Gabriel F. T. Gomes <gabrielftg@linux.ibm.com>
Diffstat (limited to 'benchtests/Makefile')
-rw-r--r--benchtests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchtests/Makefile b/benchtests/Makefile
index 2d49113d7e..697e29fbbe 100644
--- a/benchtests/Makefile
+++ b/benchtests/Makefile
@@ -24,7 +24,7 @@ include ../Makeconfig
 bench-math := acos acosh asin asinh atan atanh cos cosh exp exp2 log log2 \
 	      modf pow rint sin sincos sinh sqrt tan tanh fmin fmax fminf \
 	      fmaxf powf trunc truncf expf exp2f logf log2f sincosf sinf \
-	      cosf isnan isinf isfinite hypot
+	      cosf isnan isinf isfinite hypot logb logbf
 
 bench-pthread := pthread_once thread_create