Skip to content

Commit bdcc494

Browse files
authored
[release/9.0-staging][wasm][interpreter] Fix PackedSimd interpreter intrinsics (#114218)
* Backport the functionality fixes from 114087 * Fix the tests for net9.0 * Fix syntax error in PackedSimdTests.cs * Fix typo in PackedSimd add assertion * Fix typo in PackedSimd assertion * Remove NativeUnsignedIntegerLoadStoreTest from PackedSimdTests
1 parent d090ada commit bdcc494

File tree

4 files changed

+477
-2
lines changed

4 files changed

+477
-2
lines changed

src/libraries/System.Runtime.Intrinsics/tests/System.Runtime.Intrinsics.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<Compile Include="Vectors\Vector256Tests.cs" />
1414
<Compile Include="Vectors\Vector512Tests.cs" />
1515
<Compile Include="Vectors\Vector64Tests.cs" />
16+
<Compile Include="Wasm\PackedSimdTests.cs" />
1617
<Compile Include="$(CommonTestPath)System\GenericMathTestMemberData.cs" Link="Common\System\GenericMathTestMemberData.cs" />
1718
</ItemGroup>
1819
<ItemGroup>

0 commit comments

Comments
 (0)