Skip to content

Commit e47049e

Browse files
committed
Fixing regression
1 parent 9774ee4 commit e47049e

File tree

1 file changed

+2
-2
lines changed
  • include/private/dsp/arch/aarch64/asimd/search

1 file changed

+2
-2
lines changed

include/private/dsp/arch/aarch64/asimd/search/minmax.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ namespace lsp
3535

3636
#define OP_SEARCH_CORE(DST, SRC, OP, MOD) \
3737
__ASM_EMIT("cmp %[count], #0") \
38-
__ASM_EMIT("b.lo 100f") \
38+
__ASM_EMIT("b.ls 100f") \
3939
/* 32x blocks */ \
4040
__ASM_EMIT("ld1r {v0.4s}, [%[" SRC "]]") \
4141
__ASM_EMIT(MOD("v0.4s", "v0.4s")) \
@@ -193,7 +193,7 @@ namespace lsp
193193
__ASM_EMIT("eor v0.16b, v0.16b, v0.16b") \
194194
__ASM_EMIT("eor v1.16b, v1.16b, v1.16b") \
195195
__ASM_EMIT("cmp %[count], #0") \
196-
__ASM_EMIT("b.lo 100f") \
196+
__ASM_EMIT("b.ls 100f") \
197197
/* 32x blocks */ \
198198
__ASM_EMIT("ld1r {v0.4s}, [%[" SRC "]]") \
199199
__ASM_EMIT(MOD("v0.4s", "v0.4s")) \

0 commit comments

Comments
 (0)