Kaynağa Gözat

* compilation on i386 fixed

git-svn-id: trunk@47369 -
florian 4 yıl önce
ebeveyn
işleme
c3a0e0c6d2
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      compiler/x86/cgx86.pas

+ 2 - 0
compiler/x86/cgx86.pas

@@ -1891,9 +1891,11 @@ unit cgx86;
             if UseAVX then
               begin
                 asmop:=opmm2asmop_full_avx[op];
+{$ifdef x86_64}
                 { A_VPXOR does not support the upper 16 registers }
                 if (asmop=A_VPXOR) and (FPUX86_HAS_32MMREGS in fpu_capabilities[current_settings.fputype]) then
                   asmop:=A_VPXORD;
+{$endif x86_64}
                 if size in [OS_M256,OS_M512] then
                   Include(current_procinfo.flags,pi_uses_ymm);
               end