llvmpipe/tests: include math.h for INFINITY
This might be the cause of #12557, but we should do this regardless.
Fixes: d366520e85 ("gallivm: fix rsqrt failures")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33424>
This commit is contained in:
committed by
Marge Bot
parent
b9e9cb4684
commit
e4551ac69e
@@ -27,6 +27,7 @@
|
||||
|
||||
|
||||
#include <limits.h>
|
||||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user