瀏覽代碼

[CSharp] AOT compile for modern CPUs (#7766)

x86-x64-v3 corresponds to ~Skylake that is 5 years old at this point.
Michal Strehovský 2 年之前
父節點
當前提交
8ad4a7a2d2
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      frameworks/CSharp/aspnetcore/PlatformBenchmarks/PlatformBenchmarks.csproj

+ 1 - 0
frameworks/CSharp/aspnetcore/PlatformBenchmarks/PlatformBenchmarks.csproj

@@ -12,6 +12,7 @@
     <StripSymbols>true</StripSymbols>
     <IlcOptimizationPreference>Speed</IlcOptimizationPreference>
     <IlcPgoOptimize>true</IlcPgoOptimize>
+    <IlcInstructionSet>x86-x64-v3</IlcInstructionSet>
   </PropertyGroup>
   
   <PropertyGroup>