From: Debian Science Team Date: Wed, 14 Sep 2022 11:07:58 +0000 (+0100) Subject: Fix FTBFS on mips64el X-Git-Tag: archive/raspbian/0.3.21+ds-2+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=07ff25eeee0b92621b7f17eaffbaf209d05e3f35;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