mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
x86inc: warn if XOP integer FMA instruction emulation is impossible
Signed-off-by: Henrik Gramner <henrik@gramner.com>
This commit is contained in:
parent
e740659a5d
commit
8db0f71b49
@ -1437,9 +1437,11 @@ AVX_INSTR pfmul, 3dnow, 1, 0, 1
|
|||||||
%macro %1 4-7 %1, %2, %3
|
%macro %1 4-7 %1, %2, %3
|
||||||
%if cpuflag(xop)
|
%if cpuflag(xop)
|
||||||
v%5 %1, %2, %3, %4
|
v%5 %1, %2, %3, %4
|
||||||
%else
|
%elifnidn %1, %4
|
||||||
%6 %1, %2, %3
|
%6 %1, %2, %3
|
||||||
%7 %1, %4
|
%7 %1, %4
|
||||||
|
%else
|
||||||
|
%error non-xop emulation of ``%5 %1, %2, %3, %4'' is not supported
|
||||||
%endif
|
%endif
|
||||||
%endmacro
|
%endmacro
|
||||||
%endmacro
|
%endmacro
|
||||||
|
Loading…
x
Reference in New Issue
Block a user