From 8bf3c49baf2c6c5d43d5c9422200586a02ca5f23 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Mon, 16 Jun 2025 19:25:48 +0200 Subject: [PATCH] Update test_potrs.c --- utest/test_potrs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utest/test_potrs.c b/utest/test_potrs.c index bcb1f753b..a9f450e98 100644 --- a/utest/test_potrs.c +++ b/utest/test_potrs.c @@ -32,7 +32,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. **********************************************************************************/ #include "openblas_utest.h" -#if defined(ARCH_LOONGARCH64) +#if defined(ARCH_LOONGARCH64) || defined(BINARY32) #pragma GCC optimize("no-gcse") #endif /*