From 0cccd37f70ba629a32773d6f253cb69a893fa652 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Thu, 14 Mar 2019 11:55:04 +0000 Subject: 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 --- benchtests/logb-inputs | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 benchtests/logb-inputs (limited to 'benchtests/logb-inputs') diff --git a/benchtests/logb-inputs b/benchtests/logb-inputs new file mode 100644 index 0000000..ab3b161 --- /dev/null +++ b/benchtests/logb-inputs @@ -0,0 +1,11 @@ +## args: double +## ret: double +## includes: math.h + +## name: subnormal +0x0.0000000000001p-1022 +0x0.fffffffffffffp-1022 + +## name: normal +1.0 +1024.0 -- cgit v1.1