llvmpipe: assume c99

Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16908>
This commit is contained in:
Erik Faye-Lund 2022-06-07 16:37:08 +02:00 committed by Marge Bot
parent 5dc30f9342
commit ffd26b1c3b
1 changed files with 0 additions and 4 deletions

View File

@ -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
};