Selaa lähdekoodia

* avx-512 has 32 mm registers

git-svn-id: trunk@47072 -
florian 4 vuotta sitten
vanhempi
commit
f3a660212d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      compiler/x86/cpubase.pas

+ 1 - 1
compiler/x86/cpubase.pas

@@ -170,7 +170,7 @@ uses
 
       { Number of first imaginary register }
 {$ifdef x86_64}
-      first_mm_imreg     = $10;
+      first_mm_imreg     = $20;
 {$else x86_64}
       first_mm_imreg     = $08;
 {$endif x86_64}