Commit 6ff3c970 authored by Marc Gravell's avatar Marc Gravell

meh, use byte

parent bb53699f
......@@ -971,7 +971,7 @@ private static void CheckNumericsVectors()
{
try
{
DoNothingWith(System.Numerics.Vector.IsHardwareAccelerated, System.Numerics.Vector<int>.Count);
DoNothingWith(System.Numerics.Vector.IsHardwareAccelerated, System.Numerics.Vector<byte>.Count);
}
catch (Exception ex)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment