x86inc: put basicnop under ifdef to prevent compile failure.
This should fix the NASM box. Reviewed-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
68712ce820
commit
7073174551
@ -628,9 +628,11 @@ 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)
|
||||||
CPU basicnop
|
CPU basicnop
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%else
|
%else
|
||||||
%xdefine SUFFIX
|
%xdefine SUFFIX
|
||||||
%undef cpuname
|
%undef cpuname
|
||||||
|
Loading…
x
Reference in New Issue
Block a user