Module: Mesa
Branch: main
Commit: 4ed0957ce75878f8a2ce769e933c5ea3a1aa2510
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ed0957ce75878f8a2ce769e933c5ea3a1aa2510

Author: Matt Turner <[email protected]>
Date:   Tue Jan  9 23:47:56 2024 -0500

nir/tests: Reenable tests that failed on big-endian

These tests were disabled due to the bug fixed in the previous commit.

Reviewed-by: Rhys Perry <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26964>

---

 src/compiler/nir/tests/loop_unroll_tests.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/compiler/nir/tests/loop_unroll_tests.cpp 
b/src/compiler/nir/tests/loop_unroll_tests.cpp
index f9ffb1f7a1c..af9b8f87549 100644
--- a/src/compiler/nir/tests/loop_unroll_tests.cpp
+++ b/src/compiler/nir/tests/loop_unroll_tests.cpp
@@ -144,12 +144,10 @@ UNROLL_TEST_INSERT(iadd,     int,   0,     24,   4,
                    ige,      iadd,  false, TRUE, 6, 0)
 UNROLL_TEST_INSERT(iadd_rev, int,   0,     24,   4,
                    ilt,      iadd,  true,  TRUE, 7, 0)
-#ifndef __s390x__
 UNROLL_TEST_INSERT(fadd,     float, 0.0,   24.0, 4.0,
                    fge,      fadd,  false, TRUE, 6, 0)
 UNROLL_TEST_INSERT(fadd_rev, float, 0.0,   24.0, 4.0,
                    flt,      fadd,  true,  TRUE, 7, 0)
-#endif
 UNROLL_TEST_INSERT(imul,     int,   1,     81,   3,
                    ige,      imul,  false, TRUE, 4, 0)
 UNROLL_TEST_INSERT(imul_rev, int,   1,     81,   3,

Reply via email to