Commit c8b920a9 authored by Loren Merritt's avatar Loren Merritt Committed by Anton Khirnov

lls/x86: use 3-operator vaddpd in ADDPD_MEM

Fixes build with yasm-1.1
Signed-off-by: 's avatarAnton Khirnov <anton@khirnov.net>
parent 8bd90399
......@@ -38,7 +38,7 @@ endstruc
%macro ADDPD_MEM 2
%if cpuflag(avx)
vaddpd %2, %1
vaddpd %2, %2, %1
%else
addpd %2, %1
%endif
......
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