- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 987
Bug. Native AOT .NET 7.0 doesn't work. System.NotSupportedException: X86Serialize #2463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @Avangardum Could you please share your project file? |
Hello, @adamsitnik. I uploaded the whole solution https://github.com/Avangardum/BenchmarkDotNetBugReproduction |
@Avangardum thanks for sharing the repro. It works on my machine:
Could you please apply the following attribute: [SimpleJob(RuntimeMoniker.NativeAot70)]
+ [KeepBenchmarkFilesAttribute]
public class Benchmarks And share the "IlcInstructionSet" part of Here is mine: <IlcInstructionSet>base,sse,sse2,sse3,ssse3,sse4.1,sse4.2,avx,avx2,aes,bmi,bmi2,fma,lzcnt,pclmul,popcnt</IlcInstructionSet> |
|
@MichalStrehovsky Do you have any idea why using |
#2463 (comment) has |
@Avangardum the bug got fixed, you can either wait until 0.13.11 gets shipped to nuget.org (2 weeks from now) or try latest version from our preview feed: https://benchmarkdotnet.org/articles/guides/nuget.html?q=nuget#nightly |
I created a very simple benchmark:
When I run it, I get the following output:
The text was updated successfully, but these errors were encountered: