Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Add two additional HVA tests: #24343

Merged
merged 2 commits into from
May 3, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/src/JIT/Directed/VectorABI/VectorMgdMgd.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
// and mixing the HVA parameters with non-HVA parameters.

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

// Remaining Test cases to do:
Expand Down
Loading