Skip to content

Commit 0e0a4d3

Browse files
authored
Merge pull request dotnet#24343 from briansull/add-hva-tests
Add two additional HVA tests:
2 parents 0e15f47 + dfba941 commit 0e0a4d3

File tree

7 files changed

+2324
-2
lines changed

7 files changed

+2324
-2
lines changed

tests/src/JIT/Directed/VectorABI/VectorMgdMgd.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
// and mixing the HVA parameters with non-HVA parameters.
1414

1515
// This Test case covers all cases for
16-
// Methods that take one HVA argument with between 1 and 9 Vectror64 or Vector128 elements
16+
// Methods that take one HVA argument with between 1 and 5 Vector64 or Vector128 elements
1717
// - Called normally or by using reflection
18-
// Methods that return an HVA with between 1 and 9 Vectror64 or Vector128 elements
18+
// Methods that return an HVA with between 1 and 5 Vector64 or Vector128 elements
1919
// - Called normally or by using reflection
2020

2121
// Remaining Test cases to do:

0 commit comments

Comments
 (0)