]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
benchtests: Use __f128 on ilogbf128-inputs constants
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 6 Feb 2024 19:51:45 +0000 (16:51 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 28 Oct 2025 16:54:55 +0000 (13:54 -0300)
The f128 is not a valid floating constant suffix on clang.

benchtests/ilogbf128-inputs

index bfbfc93714a7fffe86c61c320386e6cb707f63e4..596ab4f5133c79c12213ff0548de9891b66c2a9a 100644 (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)