benchtests: Use __f128 on ilogbf128-inputs constants

This commit is contained in:
Adhemerval Zanella 2024-02-06 16:51:45 -03:00
parent 9a882a2bec
commit 87bb99f5fe
1 changed files with 4 additions and 4 deletions

View File

@ -3,9 +3,9 @@
## includes: math.h
## name: subnormal
6.47517511943802511092443895822764655e-4966f128
0x1.fffffffffffffff8p-16383f128
__f128(6.47517511943802511092443895822764655e-4966)
__f128(0x1.fffffffffffffff8p-16383)
## name: normal
1.0
-0x8.2faf442f390a9211f5af128673fp+0L
__f128(1.0)
__f128(-0x8.2faf442f390a9211f5af128673fp+0)