File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
include/private/dsp/arch/x86/avx512/search Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -497,7 +497,7 @@ namespace lsp
497
497
#define SMINMAX_CORE (OP ) \
498
498
__ASM_EMIT (" vxorps %%zmm0, %%zmm0, %%zmm0" ) /* zmm0 = 0 */ \
499
499
__ASM_EMIT (" test %[count], %[count]" ) \
500
- __ASM_EMIT (" jz 12f " ) \
500
+ __ASM_EMIT (" jz 10f " ) \
501
501
__ASM_EMIT (" vbroadcastss 0x00(%[src]), %%zmm0" ) /* zmm0 = result */ \
502
502
__ASM_EMIT (" vmovaps %[CC], %%zmm7" ) /* zmm7 = mask */ \
503
503
__ASM_EMIT (" vandps %%zmm7, %%zmm0, %%zmm1" ) /* zmm1 = abs(result) */ \
@@ -587,7 +587,7 @@ namespace lsp
587
587
__ASM_EMIT (" dec %[count]" ) \
588
588
__ASM_EMIT (" jge 9b" ) \
589
589
/* end */ \
590
- __ASM_EMIT (" 12 :" )
590
+ __ASM_EMIT (" 10 :" )
591
591
592
592
float sign_min (const float *src, size_t count)
593
593
{
You can’t perform that action at this time.
0 commit comments