You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".