diff options
author | James Almer <[email protected]> | 2025-08-03 19:26:04 -0300 |
---|---|---|
committer | James Almer <[email protected]> | 2025-08-03 19:26:18 -0300 |
commit | 3f58c9df14de552895aa6232539f8581e6ee7ea4 (patch) | |
tree | 79b7597d0853cc7bdb4c8716e2135513fb804447 | |
parent | 7f00e24d70545dc303e43b62ab5ea5c743411411 (diff) |
avfilter/x86/vf_bwdif: use the correct preprocessor check
Signed-off-by: James Almer <[email protected]>
-rw-r--r-- | libavfilter/x86/vf_bwdif.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/x86/vf_bwdif.asm b/libavfilter/x86/vf_bwdif.asm index f52be946ca..bc1d164e6e 100644 --- a/libavfilter/x86/vf_bwdif.asm +++ b/libavfilter/x86/vf_bwdif.asm @@ -297,7 +297,7 @@ INIT_YMM avx2 BWDIF %endif -%if HAVE_AVX512_EXTERNAL && ARCH_X86_64 +%if HAVE_AVX512ICL_EXTERNAL && ARCH_X86_64 INIT_ZMM avx512icl BWDIF %endif |