Commit 8db0f71b authored by Anton Mitrofanov's avatar Anton Mitrofanov Committed by Henrik Gramner

x86inc: warn if XOP integer FMA instruction emulation is impossible

Signed-off-by: 's avatarHenrik Gramner <henrik@gramner.com>
parent e740659a
......@@ -1437,9 +1437,11 @@ AVX_INSTR pfmul, 3dnow, 1, 0, 1
%macro %1 4-7 %1, %2, %3
%if cpuflag(xop)
v%5 %1, %2, %3, %4
%else
%elifnidn %1, %4
%6 %1, %2, %3
%7 %1, %4
%else
%error non-xop emulation of ``%5 %1, %2, %3, %4'' is not supported
%endif
%endmacro
%endmacro
......
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