Fix FTBFS on mips64el
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Mon, 19 Dec 2022 15:03:51 +0000 (15:03 +0000)
committerSébastien Villemot <sebastien@debian.org>
Mon, 19 Dec 2022 15:03:51 +0000 (15:03 +0000)
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

index 0ccc781e18a8051434676765b59ee08caa355136..cd40414a25b86694363f98faa918ee87e6b8bca0 100644 (file)
@@ -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