From 6cf19111222800a9e98f30392b6649c42b315829 Mon Sep 17 00:00:00 2001 From: Raphael Moreira Zinsly Date: Thu, 3 Dec 2020 10:41:02 -0300 Subject: benchtests: Add ilogb* tests Add a benchtest to ilogb, ilogbf and ilogbf128 based on the logb* benchtests. --- benchtests/ilogb-inputs | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 benchtests/ilogb-inputs (limited to 'benchtests/ilogb-inputs') diff --git a/benchtests/ilogb-inputs b/benchtests/ilogb-inputs new file mode 100644 index 0000000000..4b3b38bd99 --- /dev/null +++ b/benchtests/ilogb-inputs @@ -0,0 +1,11 @@ +## args: double +## ret: int +## includes: math.h + +## name: subnormal +0x0.0000000000001p-1022 +0x0.fffffffffffffp-1022 + +## name: normal +1.0 +1024.0 -- cgit v1.2.3