From ffd26b1c3bfac5b5df00c4621fce7c4799d871a2 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 7 Jun 2022 16:37:08 +0200 Subject: [PATCH] llvmpipe: assume c99 Reviewed-by: Jesse Natalie Part-of: --- src/gallium/drivers/llvmpipe/lp_test_arit.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/gallium/drivers/llvmpipe/lp_test_arit.c b/src/gallium/drivers/llvmpipe/lp_test_arit.c index 504d3c3aa96..dc172f73fbe 100644 --- a/src/gallium/drivers/llvmpipe/lp_test_arit.c +++ b/src/gallium/drivers/llvmpipe/lp_test_arit.c @@ -194,9 +194,7 @@ const float rcp_values[] = { -1e+035, -100000, 100000, 1e+035, 5.88e-39f, // denormal -#if (__STDC_VERSION__ >= 199901L) INFINITY, -INFINITY, -#endif }; @@ -213,9 +211,7 @@ const float rsqrt_values[] = { 1e-007, 4.0, 100000, 1e+035, 5.88e-39f, // denormal -#if (__STDC_VERSION__ >= 199901L) INFINITY, -#endif };