Skip to content

Commit 3738bd1

Browse files
committed
test 32-bit
1 parent ba4cf86 commit 3738bd1

File tree

1 file changed

+1
-1
lines changed
  • include/private/dsp/arch/x86/avx512

1 file changed

+1
-1
lines changed

include/private/dsp/arch/x86/avx512/mix.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ namespace lsp
784784
);
785785
}
786786

787-
#if defined(ARCH_I386)
787+
#if !defined(ARCH_I386)
788788
void mix_copy4(float *dst, const float *a, const float *b, const float *c, const float *d, float k1, float k2, float k3, float k4, size_t count)
789789
{
790790
ARCH_X86_ASM

0 commit comments

Comments
 (0)