-
Notifications
You must be signed in to change notification settings - Fork 4.9k
.NET 7.0 Preview 7 #7683
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
Still cannot build WPF projects using source generators coming from Nuget packages. |
In We can implement it manually with some helper basing on Atan or AtanPi method, but it will not support hardware acceleration (unless the JIT does something). And for example, architectures such as x86 and AMD64 have the FPATAN instruction, which is a hardware implementation of Atan2. |
I was assuming .NET 7 would be faster (or least not slower). Unfortunately this code runs significantly slower in .NET 7 preview 7 compared to .NET 6. I get .NET 6 - 650ms, .NET 7 - 850ms.
|
@PhilPJL Please use Benchmark.dot.net for benchmarking C# code instead of a stopwatch. If you still see perf regression, please consider opening the issue at the runtime repo. https://github.com/dotnet/runtime |
@ShreyasJejurkar |
Closing in favor of #7800 |
Release Notes
Please report any issues you find with .NET 7 Preview 7, either responding to this issue, creating a new issue or creating a new issue in one of the following repos:
Known Issues
If there are any issues with this release we will track them here and check issues off as they're resolved. See the linked issues for details on progress and resolution details.
The text was updated successfully, but these errors were encountered: