-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
Cost:MWork that requires one engineer up to 2 weeksWork that requires one engineer up to 2 weeksarea-System.Numericsbacklog-cleanup-candidateAn inactive issue that has been marked for automated closure.An inactive issue that has been marked for automated closure.help wanted[up-for-grabs] Good issue for external contributors[up-for-grabs] Good issue for external contributorsno-recent-activityoptimization
Description
The floating-point formatting/parsing code currently uses an internal BigInteger ref struct that would likely benefit from using specific hardware intrinsics.
We should investigate using the BMI intrinsics, where possible and also look at exposing new intrinsics around AddWithCarry and Multiply128, both of which can simplify some of the more complex codegen down to a single instruction. You can see dotnet/coreclr#22040 (comment) for some more details and the surrounding discussion.
pentp
Metadata
Metadata
Assignees
Labels
Cost:MWork that requires one engineer up to 2 weeksWork that requires one engineer up to 2 weeksarea-System.Numericsbacklog-cleanup-candidateAn inactive issue that has been marked for automated closure.An inactive issue that has been marked for automated closure.help wanted[up-for-grabs] Good issue for external contributors[up-for-grabs] Good issue for external contributorsno-recent-activityoptimization