瀏覽代碼

* icelake is x86-64-v4

florian 1 年之前
父節點
當前提交
587af1c78e
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      compiler/x86_64/cpuinfo.pas

+ 3 - 3
compiler/x86_64/cpuinfo.pas

@@ -283,9 +283,9 @@ type
      { cpu_zen       } cpu_x86_64_v3_flags,
      { cpu_zen2      } cpu_x86_64_v3_flags,
      { cpu_x86_64_v4 } cpu_x86_64_v4_flags,
-     { cpu_icelake   } cpu_x86_64_v3_flags,
-     { cpu_icelake_client } cpu_x86_64_v3_flags,
-     { cpu_icelake_server } cpu_x86_64_v3_flags,
+     { cpu_icelake   } cpu_x86_64_v4_flags,
+     { cpu_icelake_client } cpu_x86_64_v4_flags,
+     { cpu_icelake_server } cpu_x86_64_v4_flags,
      { cpu_zen3      } cpu_x86_64_v3_flags,
      { cpu_zen4      } cpu_x86_64_v4_flags
    );