Adding tests for the StoreFence/Prefetch* APIs and the new Sse scalar overloads.
authorTanner Gooding <tagoo@outlook.com>
Sat, 3 Feb 2018 17:30:11 +0000 (09:30 -0800)
committerTanner Gooding <tagoo@outlook.com>
Tue, 6 Feb 2018 05:52:56 +0000 (21:52 -0800)
commit7d7202846ef4e00c912054edf3bf0eca420f0a6d
tree7b08419015cca39f7b10b272a6acf2758643f704
parent7c11e00b125330371e83582e0e6cc99b40a65962
Adding tests for the StoreFence/Prefetch* APIs and the new Sse scalar overloads.
tests/src/JIT/HardwareIntrinsics/X86/Sse/Prefetch.cs [new file with mode: 0644]
tests/src/JIT/HardwareIntrinsics/X86/Sse/Prefetch_r.csproj [new file with mode: 0644]
tests/src/JIT/HardwareIntrinsics/X86/Sse/Prefetch_ro.csproj [new file with mode: 0644]
tests/src/JIT/HardwareIntrinsics/X86/Sse/ReciprocalScalar.cs
tests/src/JIT/HardwareIntrinsics/X86/Sse/ReciprocalSqrtScalar.cs
tests/src/JIT/HardwareIntrinsics/X86/Sse/SqrtScalar.cs
tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreFence.cs [new file with mode: 0644]
tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreFence_r.csproj [new file with mode: 0644]
tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreFence_ro.csproj [new file with mode: 0644]