Commit d1fa6718 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'c8b920a9'

* commit 'c8b920a9':
  lls/x86: use 3-operator vaddpd in ADDPD_MEM
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents bc62b24d c8b920a9
......@@ -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