mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
x86inc.asm: remove redundant ifdef __YASM_VER__
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
8654d6c892
commit
c794acc44e
1 changed files with 0 additions and 2 deletions
|
|
@ -632,11 +632,9 @@ SECTION .note.GNU-stack noalloc noexec nowrite progbits
|
||||||
%elifidn %1, sse3
|
%elifidn %1, sse3
|
||||||
%define movu lddqu
|
%define movu lddqu
|
||||||
%endif
|
%endif
|
||||||
%ifdef __YASM_VER__
|
|
||||||
%if notcpuflag(mmx2)
|
%if notcpuflag(mmx2)
|
||||||
CPUNOP basicnop
|
CPUNOP basicnop
|
||||||
%endif
|
%endif
|
||||||
%endif
|
|
||||||
%else
|
%else
|
||||||
%xdefine SUFFIX
|
%xdefine SUFFIX
|
||||||
%undef cpuname
|
%undef cpuname
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue