We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9774ee4 commit e47049eCopy full SHA for e47049e
include/private/dsp/arch/aarch64/asimd/search/minmax.h
@@ -35,7 +35,7 @@ namespace lsp
35
36
#define OP_SEARCH_CORE(DST, SRC, OP, MOD) \
37
__ASM_EMIT("cmp %[count], #0") \
38
- __ASM_EMIT("b.lo 100f") \
+ __ASM_EMIT("b.ls 100f") \
39
/* 32x blocks */ \
40
__ASM_EMIT("ld1r {v0.4s}, [%[" SRC "]]") \
41
__ASM_EMIT(MOD("v0.4s", "v0.4s")) \
@@ -193,7 +193,7 @@ namespace lsp
193
__ASM_EMIT("eor v0.16b, v0.16b, v0.16b") \
194
__ASM_EMIT("eor v1.16b, v1.16b, v1.16b") \
195
196
197
198
199
0 commit comments