From 3cc9fe8633d46a60144b425030789bbfda0b6008 Mon Sep 17 00:00:00 2001 From: someone2639 Date: Sat, 2 Oct 2021 09:54:11 -0400 Subject: [PATCH] let the scheduler handle the bc1f --- asm/math.s | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/asm/math.s b/asm/math.s index 1ae58394..7ffd9751 100644 --- a/asm/math.s +++ b/asm/math.s @@ -19,7 +19,6 @@ glabel mtxf_to_mtx_asm lwc1 $f0, ($a1) lwc1 $f2, 0x04($a1) bc1f 3f - nop 2: andi $t0, $v0, (1 << 1) mul.s $f0, $f4 @@ -42,7 +41,7 @@ glabel mtxf_to_mtx_asm loopend: .set noreorder bnel $v0, 0x11, 1b - addiu $a0, 4 + addiu $a0, 4 .set reorder li $t1, 1