Skip to content
Snippets Groups Projects
Commit 70731745 authored by Clément Bœsch's avatar Clément Bœsch
Browse files

x86inc: put basicnop under ifdef to prevent compile failure.


This should fix the NASM box.

Reviewed-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent 68712ce8
No related branches found
No related tags found
No related merge requests found
......@@ -628,9 +628,11 @@ SECTION .note.GNU-stack noalloc noexec nowrite progbits
%elifidn %1, sse3
%define movu lddqu
%endif
%ifdef __YASM_VER__
%if notcpuflag(mmx2)
CPU basicnop
%endif
%endif
%else
%xdefine SUFFIX
%undef cpuname
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment