瀏覽代碼

bugfix movss/vmovss

git-svn-id: branches/tg74/avx512-0037785@47389 -
tg74 4 年之前
父節點
當前提交
dbfff3f76a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      compiler/x86/rax86.pas

+ 2 - 2
compiler/x86/rax86.pas

@@ -1540,8 +1540,8 @@ begin
                     ;
                 end;
               end;
-            //A_MOVSS,
-            //A_VMOVSS,
+            A_MOVSS,
+            A_VMOVSS,
             A_MOVD : { movd is a move from a mmx register to a
                        32 bit register or memory, so no opsize is correct here PM }
               exit;