From bd47630bcfb7c2f974d4b21e9c64ea9571929c35 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sun, 23 Jun 2024 00:54:39 +0200 Subject: [PATCH] exclude the alpha=0 branch as it does not handle NaN or Inf in x --- kernel/mips64/scal.S | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kernel/mips64/scal.S b/kernel/mips64/scal.S index b28b8a309d..e392a9c6a5 100644 --- a/kernel/mips64/scal.S +++ b/kernel/mips64/scal.S @@ -79,6 +79,9 @@ bc1f $fcc0, .L50 NOP + bc1t $fcc0, .L50 + NOP + bne INCX, TEMP, .L20 dsra I, N, 3