Browse Source

* x86: apply VOpVmov2VOp optimization to vmins*/vmaxs*

git-svn-id: trunk@47768 -
florian 4 years ago
parent
commit
b90ec52a0e
1 changed files with 4 additions and 0 deletions
  1. 4 0
      compiler/x86_64/aoptcpu.pas

+ 4 - 0
compiler/x86_64/aoptcpu.pas

@@ -90,6 +90,10 @@ uses
                 A_VMOVUPS,
                 A_VMOVUPD:
                   result:=OptPass1_V_MOVAP(p);
+                A_VMINSS,
+                A_VMINSD,
+                A_VMAXSS,
+                A_VMAXSD,
                 A_VSQRTSD,
                 A_VSQRTSS,
                 A_VDIVSD,