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:
Eric Engestrom 2025-02-06 12:41:49 +01:00 committed by Marge Bot
parent b9e9cb4684
commit e4551ac69e

View file

@ -27,6 +27,7 @@
#include <limits.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>