Commit c794acc4 authored by Michael Niedermayer's avatar Michael Niedermayer

x86inc.asm: remove redundant ifdef __YASM_VER__

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 8654d6c8
......@@ -632,11 +632,9 @@ SECTION .note.GNU-stack noalloc noexec nowrite progbits
%elifidn %1, sse3
%define movu lddqu
%endif
%ifdef __YASM_VER__
%if notcpuflag(mmx2)
CPUNOP basicnop
%endif
%endif
%else
%xdefine SUFFIX
%undef cpuname
......
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