- Notifications
You must be signed in to change notification settings - Fork5.2k
Expose the FusedMultiplyAdd and MultiplyAddEstimate APIs on relevant vector and scalar types#102181
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
10 commits Select commitHold shift + click to select a range
46caa78 Expose FusedMultiplyAdd and MultiplyAddEstimate on the scalar and vec…
tannergooding940862e Adding tests covering FusedMultiplyAdd and MultiplyAddEstimate for th…
tannergoodingd5b2ad9 Ensure TensorPrimitives uses the xplat APIs on .NET 9+
tannergooding731258f Apply formatting patch
tannergooding4010235 Fix an accidental change to GenericVectorTests
tannergooding8a60cff Ensure Arm64 passes fma operands in the correct order
tannergooding5e1e5eb Apply formatting patch
tannergooding85425c2 Ensure all the Arm64 code paths are spilling and swapping operands
tannergooding0896be6 Apply formatting patch
tannergoodingfdd2a83 Don't pop the stack value twice
tannergoodingFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Adding tests covering FusedMultiplyAdd and MultiplyAddEstimate for th…
…e vector types
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commit940862e4bf6bba4cc0b589a9341f055bfd80deca
There are no files selected for viewing
146 changes: 146 additions & 0 deletions...ics/tests/Vectors/VectorTestMemberData.cs → ...untime/Intrinsics/VectorTestMemberData.cs
Large diffs are not rendered by default.
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
61 changes: 60 additions & 1 deletionsrc/libraries/System.Numerics.Vectors/tests/GenericVectorTests.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletionssrc/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletionssrc/libraries/System.Numerics.Vectors/tests/Vector2Tests.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
29 changes: 29 additions & 0 deletionssrc/libraries/System.Numerics.Vectors/tests/Vector3Tests.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletionssrc/libraries/System.Numerics.Vectors/tests/Vector4Tests.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletionsrc/libraries/System.Runtime.Intrinsics/tests/System.Runtime.Intrinsics.Tests.csproj
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
32 changes: 32 additions & 0 deletionssrc/libraries/System.Runtime.Intrinsics/tests/Vectors/Vector128Tests.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
32 changes: 32 additions & 0 deletionssrc/libraries/System.Runtime.Intrinsics/tests/Vectors/Vector256Tests.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
32 changes: 32 additions & 0 deletionssrc/libraries/System.Runtime.Intrinsics/tests/Vectors/Vector512Tests.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.