From a637fd6a671cd6ac00dfbf9a6a9c9da223f634c5 Mon Sep 17 00:00:00 2001 From: Debian Science Team Date: Mon, 19 Dec 2022 15:03:51 +0000 Subject: [PATCH] Fix FTBFS on mips64el Origin: upstream, https://github.com/xianyi/OpenBLAS/commit/365936ae1b1dfa2f50b3e65c68ae95babc6f2af2 Bug: https://github.com/xianyi/OpenBLAS/issues/3761 Last-Update: 2022-09-14 The dnrm2_tiny and dnrm2_inf utests were failing. Last-Update: 2022-09-14 Gbp-Pq: Name mips64el-utest-dnrm2.patch --- kernel/mips64/dnrm2.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/mips64/dnrm2.S b/kernel/mips64/dnrm2.S index 0ccc781..cd40414 100644 --- a/kernel/mips64/dnrm2.S +++ b/kernel/mips64/dnrm2.S @@ -90,7 +90,7 @@ //Init INF lui TEMP, 0x7FF0 dsll TEMP, TEMP, 32 - MTC1 TEMP, INF + MTC TEMP, INF LD a1, 0 * SIZE(X) daddiu N, N, -1 -- 2.30.2