Browse Source

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

x86-x64-v3 corresponds to ~Skylake that is 5 years old at this point.
Michal Strehovský 2 years ago
parent
commit
8ad4a7a2d2

+ 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>