Commit 12120174 authored by James Darnley's avatar James Darnley Committed by Michael Niedermayer

lavu/x86/x86inc: deprecate INIT_AVX

The same can be done with INIT_XMM avx
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 6a6aeb53
......@@ -856,14 +856,6 @@ SECTION .note.GNU-stack noalloc noexec nowrite progbits
INIT_CPUFLAGS %1
%endmacro
; FIXME: INIT_AVX can be replaced by INIT_XMM avx
%macro INIT_AVX 0
INIT_XMM
%assign avx_enabled 1
%define PALIGNR PALIGNR_SSSE3
%define RESET_MM_PERMUTATION INIT_AVX
%endmacro
%macro INIT_YMM 0-1+
%assign avx_enabled 1
%define RESET_MM_PERMUTATION INIT_YMM %1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment