Skip to content

Commit

Permalink
Fixed invalid label
Browse files Browse the repository at this point in the history
  • Loading branch information
sadko4u committed Dec 23, 2024
1 parent 3c96f39 commit bf4a8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/private/dsp/arch/x86/avx/search/minmax.h
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ namespace lsp
#define SMINMAX_CORE(OP) \
__ASM_EMIT("vxorps %%ymm0, %%ymm0, %%ymm0") /* ymm0 = 0 */ \
__ASM_EMIT("test %[count], %[count]") \
__ASM_EMIT("jz 10f") \
__ASM_EMIT("jz 8f") \
__ASM_EMIT("vbroadcastss 0x00(%[src]), %%ymm0") /* ymm0 = result */ \
__ASM_EMIT("vmovaps %[CC], %%ymm7") /* ymm7 = mask */ \
__ASM_EMIT("vandps %%ymm7, %%ymm0, %%ymm1") /* ymm1 = abs(result) */ \
Expand Down

0 comments on commit bf4a8be

Please sign in to comment.