Adding the Avx.MaskStore tests
authorTanner Gooding <tagoo@outlook.com>
Wed, 8 Aug 2018 18:03:53 +0000 (11:03 -0700)
committerTanner Gooding <tagoo@outlook.com>
Thu, 9 Aug 2018 19:35:54 +0000 (12:35 -0700)
commit40ffce5bb99c77fafe588583ef9a6c1f1c8db90b
tree8e1a64a4e66ce67743576e0147a3deb12b883473
parent2110b70551bac4f4ad65fcbbdfd853eea9000b4e
Adding the Avx.MaskStore tests
12 files changed:
tests/src/JIT/HardwareIntrinsics/X86/Avx/Avx_r.csproj
tests/src/JIT/HardwareIntrinsics/X86/Avx/Avx_ro.csproj
tests/src/JIT/HardwareIntrinsics/X86/Avx/MaskStore.Double.cs [new file with mode: 0644]
tests/src/JIT/HardwareIntrinsics/X86/Avx/MaskStore.Single.cs [new file with mode: 0644]
tests/src/JIT/HardwareIntrinsics/X86/Avx/Program.Avx.cs
tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/Avx_r.csproj [new file with mode: 0644]
tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/Avx_ro.csproj [new file with mode: 0644]
tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/MaskStore.Double.cs [new file with mode: 0644]
tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/MaskStore.Single.cs [new file with mode: 0644]
tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/Program.Avx_Vector128.cs [new file with mode: 0644]
tests/src/JIT/HardwareIntrinsics/X86/Shared/GenerateTests.csx
tests/src/JIT/HardwareIntrinsics/X86/Shared/StoreBinOpTest.template [new file with mode: 0644]