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:

committed by
Marge Bot

parent
5dc30f9342
commit
ffd26b1c3b
@@ -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
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user