From: Adhemerval Zanella Date: Thu, 20 Nov 2025 18:30:12 +0000 (-0300) Subject: benchtests: Use __f128 on ilogbf128-inputs constants X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=46be3e521c0fab7e3156e1ab8323128557d7cebc;p=thirdparty%2Fglibc.git benchtests: Use __f128 on ilogbf128-inputs constants The f128 is not a valid floating constant suffix on clang. Reviewed-by: Sam James --- diff --git a/benchtests/ilogbf128-inputs b/benchtests/ilogbf128-inputs index bfbfc93714..596ab4f513 100644 --- a/benchtests/ilogbf128-inputs +++ b/benchtests/ilogbf128-inputs @@ -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)