From: Debian Science Team Date: Mon, 19 Dec 2022 15:03:51 +0000 (+0000) Subject: Fix FTBFS on mips64el X-Git-Tag: archive/raspbian/0.3.21+ds-4+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a637fd6a671cd6ac00dfbf9a6a9c9da223f634c5;p=openblas.git 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 --- 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