Add test for AVX2 gather intrinsic
authorFei Peng <fei.peng@intel.com>
Thu, 9 Aug 2018 21:57:39 +0000 (14:57 -0700)
committerTanner Gooding <tagoo@outlook.com>
Wed, 5 Sep 2018 19:56:39 +0000 (12:56 -0700)
commit2055d5610242da81cbc4c767465fddb7dbd78e33
treead1cb9315620b565213e91b8932afc0895510b6d
parentd59b1af3429809e8c2af86f818ebb387948e313e
Add test for AVX2 gather intrinsic
12 files changed:
tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherMaskVector128.cs [new file with mode: 0644]
tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherMaskVector128_r.csproj [new file with mode: 0644]
tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherMaskVector128_ro.csproj [new file with mode: 0644]
tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherMaskVector256.cs [new file with mode: 0644]
tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherMaskVector256_r.csproj [new file with mode: 0644]
tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherMaskVector256_ro.csproj [new file with mode: 0644]
tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherVector128.cs [new file with mode: 0644]
tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherVector128_r.csproj [new file with mode: 0644]
tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherVector128_ro.csproj [new file with mode: 0644]
tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherVector256.cs [new file with mode: 0644]
tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherVector256_r.csproj [new file with mode: 0644]
tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherVector256_ro.csproj [new file with mode: 0644]