Merge commit 'c8b920a9b7fa534a6141695ace4e8c2dfcd56cee'

* commit 'c8b920a9b7fa534a6141695ace4e8c2dfcd56cee':
  lls/x86: use 3-operator vaddpd in ADDPD_MEM

Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-07-02 11:40:38 +02:00
commit d1fa671895
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ endstruc
%macro ADDPD_MEM 2
%if cpuflag(avx)
vaddpd %2, %1
vaddpd %2, %2, %1
%else
addpd %2, %1
%endif