Currently, the template-driven tests have file names with the pattern "Intrinsic.Base.cs". However, certain AVX/AVX2/FMA intrinsic can operate over Vector128<T> and Vector256<T> both.
So the test files should be changed to "Intrinsic.Vector128/256<Base>.cs".
I will make this change after dotnet/coreclr#16183 merged.
cc @tannergooding @CarolEidt
Currently, the template-driven tests have file names with the pattern "Intrinsic.Base.cs". However, certain AVX/AVX2/FMA intrinsic can operate over
Vector128<T>andVector256<T>both.So the test files should be changed to "Intrinsic.Vector128/256<Base>.cs".
I will make this change after dotnet/coreclr#16183 merged.
cc @tannergooding @CarolEidt