summaryrefslogtreecommitdiff
path: root/tests/src/JIT/HardwareIntrinsics/X86/Shared/ScalarUnOpTest.template
AgeCommit message (Expand)AuthorFilesLines
2018-08-06Updating the x86 HWIntrinsic test templates to log the scenarios they run.Tanner Gooding1-0/+18
2018-07-24Removing `Random random = new Random()` from the HWIntrinsic templatesTanner Gooding1-3/+0
2018-07-19Updating the templated HWIntrinsic tests to use `TestLibrary.TestFramework` f...Tanner Gooding1-4/+4
2018-07-10Updating the x86 HWIntrinsic test templates to test struct field scenariosTanner Gooding1-6/+46
2018-07-09Adding tests for the x86 TrailingZeroCount HWintrinsicTanner Gooding1-0/+166
2018-07-09Renaming ScalarUnOpTest to ScalarSimdUnOpTestTanner Gooding1-205/+0
2018-03-19Fixing the x86 ScalarUnOpTest template to no longer write out of boundsTanner Gooding1-73/+25
2018-03-19Updating the x86 HWIntrinsic templates to track each vector size separatelyTanner Gooding1-7/+7
2018-03-19Fixing the x86 HWIntrinsic test templates to not leave a GC holeTanner Gooding1-1/+1
2018-03-15Convert Sse2 tests to template driven version - part 1Jacek Blaszczynski1-0/+253