From 4ed0957ce75878f8a2ce769e933c5ea3a1aa2510 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Tue, 9 Jan 2024 23:47:56 -0500 Subject: [PATCH] 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 Reviewed-by: Ian Romanick Part-of: --- 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,