Skip to content

Commit

Permalink
Fixed avx512-implementation of ssqrt
Browse files Browse the repository at this point in the history
  • Loading branch information
sadko4u committed Sep 20, 2023
1 parent bebaf14 commit 1a0b39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/private/dsp/arch/x86/avx512/pmath/ssqrt.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace lsp
#define SQRT_CORE(DST, SRC) \
__ASM_EMIT("xor %[off], %[off]") \
/* 64x blocks */ \
__ASM_EMIT("sub $32, %[count]") \
__ASM_EMIT("sub $64, %[count]") \
__ASM_EMIT("jb 2f") \
__ASM_EMIT("1:") \
__ASM_EMIT("vmovups 0x00(%[" SRC "], %[off]), %%zmm0") \
Expand Down

0 comments on commit 1a0b39c

Please sign in to comment.