@@ -32,12 +32,15 @@ private static readonly (string templateFileName, Dictionary<string, string> tem
3232 ( "VectorCreateTest.template" , new Dictionary < string , string > { [ "Isa" ] = "Vector64" , [ "Method" ] = "Create" , [ "VectorType" ] = "Vector64" , [ "BaseType" ] = "UInt32" , [ "LargestVectorSize" ] = "8" , [ "NextValueOp" ] = "TestLibrary.Generator.GetUInt32()" , [ "ValidateFirstResult" ] = "resultElements[0] != expectedValue" , [ "ValidateRemainingResults" ] = "resultElements[i] != expectedValue" } ) ,
3333 ( "VectorCreateTest.template" , new Dictionary < string , string > { [ "Isa" ] = "Vector64" , [ "Method" ] = "Create" , [ "VectorType" ] = "Vector64" , [ "BaseType" ] = "UInt64" , [ "LargestVectorSize" ] = "8" , [ "NextValueOp" ] = "TestLibrary.Generator.GetUInt64()" , [ "ValidateFirstResult" ] = "resultElements[0] != expectedValue" , [ "ValidateRemainingResults" ] = "resultElements[i] != expectedValue" } ) ,
3434 ( "VectorCreateTest.template" , new Dictionary < string , string > { [ "Isa" ] = "Vector64" , [ "Method" ] = "CreateScalar" , [ "VectorType" ] = "Vector64" , [ "BaseType" ] = "Byte" , [ "LargestVectorSize" ] = "8" , [ "NextValueOp" ] = "TestLibrary.Generator.GetByte()" , [ "ValidateFirstResult" ] = "resultElements[0] != expectedValue" , [ "ValidateRemainingResults" ] = "resultElements[i] != 0" } ) ,
35+ ( "VectorCreateTest.template" , new Dictionary < string , string > { [ "Isa" ] = "Vector64" , [ "Method" ] = "CreateScalar" , [ "VectorType" ] = "Vector64" , [ "BaseType" ] = "Double" , [ "LargestVectorSize" ] = "8" , [ "NextValueOp" ] = "TestLibrary.Generator.GetDouble()" , [ "ValidateFirstResult" ] = "resultElements[0] != expectedValue" , [ "ValidateRemainingResults" ] = "resultElements[i] != 0" } ) ,
3536 ( "VectorCreateTest.template" , new Dictionary < string , string > { [ "Isa" ] = "Vector64" , [ "Method" ] = "CreateScalar" , [ "VectorType" ] = "Vector64" , [ "BaseType" ] = "Int16" , [ "LargestVectorSize" ] = "8" , [ "NextValueOp" ] = "TestLibrary.Generator.GetInt16()" , [ "ValidateFirstResult" ] = "resultElements[0] != expectedValue" , [ "ValidateRemainingResults" ] = "resultElements[i] != 0" } ) ,
3637 ( "VectorCreateTest.template" , new Dictionary < string , string > { [ "Isa" ] = "Vector64" , [ "Method" ] = "CreateScalar" , [ "VectorType" ] = "Vector64" , [ "BaseType" ] = "Int32" , [ "LargestVectorSize" ] = "8" , [ "NextValueOp" ] = "TestLibrary.Generator.GetInt32()" , [ "ValidateFirstResult" ] = "resultElements[0] != expectedValue" , [ "ValidateRemainingResults" ] = "resultElements[i] != 0" } ) ,
38+ ( "VectorCreateTest.template" , new Dictionary < string , string > { [ "Isa" ] = "Vector64" , [ "Method" ] = "CreateScalar" , [ "VectorType" ] = "Vector64" , [ "BaseType" ] = "Int64" , [ "LargestVectorSize" ] = "8" , [ "NextValueOp" ] = "TestLibrary.Generator.GetInt64()" , [ "ValidateFirstResult" ] = "resultElements[0] != expectedValue" , [ "ValidateRemainingResults" ] = "resultElements[i] != 0" } ) ,
3739 ( "VectorCreateTest.template" , new Dictionary < string , string > { [ "Isa" ] = "Vector64" , [ "Method" ] = "CreateScalar" , [ "VectorType" ] = "Vector64" , [ "BaseType" ] = "SByte" , [ "LargestVectorSize" ] = "8" , [ "NextValueOp" ] = "TestLibrary.Generator.GetSByte()" , [ "ValidateFirstResult" ] = "resultElements[0] != expectedValue" , [ "ValidateRemainingResults" ] = "resultElements[i] != 0" } ) ,
3840 ( "VectorCreateTest.template" , new Dictionary < string , string > { [ "Isa" ] = "Vector64" , [ "Method" ] = "CreateScalar" , [ "VectorType" ] = "Vector64" , [ "BaseType" ] = "Single" , [ "LargestVectorSize" ] = "8" , [ "NextValueOp" ] = "TestLibrary.Generator.GetSingle()" , [ "ValidateFirstResult" ] = "resultElements[0] != expectedValue" , [ "ValidateRemainingResults" ] = "resultElements[i] != 0" } ) ,
3941 ( "VectorCreateTest.template" , new Dictionary < string , string > { [ "Isa" ] = "Vector64" , [ "Method" ] = "CreateScalar" , [ "VectorType" ] = "Vector64" , [ "BaseType" ] = "UInt16" , [ "LargestVectorSize" ] = "8" , [ "NextValueOp" ] = "TestLibrary.Generator.GetUInt16()" , [ "ValidateFirstResult" ] = "resultElements[0] != expectedValue" , [ "ValidateRemainingResults" ] = "resultElements[i] != 0" } ) ,
4042 ( "VectorCreateTest.template" , new Dictionary < string , string > { [ "Isa" ] = "Vector64" , [ "Method" ] = "CreateScalar" , [ "VectorType" ] = "Vector64" , [ "BaseType" ] = "UInt32" , [ "LargestVectorSize" ] = "8" , [ "NextValueOp" ] = "TestLibrary.Generator.GetUInt32()" , [ "ValidateFirstResult" ] = "resultElements[0] != expectedValue" , [ "ValidateRemainingResults" ] = "resultElements[i] != 0" } ) ,
43+ ( "VectorCreateTest.template" , new Dictionary < string , string > { [ "Isa" ] = "Vector64" , [ "Method" ] = "CreateScalar" , [ "VectorType" ] = "Vector64" , [ "BaseType" ] = "UInt64" , [ "LargestVectorSize" ] = "8" , [ "NextValueOp" ] = "TestLibrary.Generator.GetUInt64()" , [ "ValidateFirstResult" ] = "resultElements[0] != expectedValue" , [ "ValidateRemainingResults" ] = "resultElements[i] != 0" } ) ,
4144 ( "VectorCreateTest.template" , new Dictionary < string , string > { [ "Isa" ] = "Vector64" , [ "Method" ] = "CreateScalarUnsafe" , [ "VectorType" ] = "Vector64" , [ "BaseType" ] = "Byte" , [ "LargestVectorSize" ] = "8" , [ "NextValueOp" ] = "TestLibrary.Generator.GetByte()" , [ "ValidateFirstResult" ] = "resultElements[0] != expectedValue" , [ "ValidateRemainingResults" ] = "false /* value is uninitialized */" } ) ,
4245 ( "VectorCreateTest.template" , new Dictionary < string , string > { [ "Isa" ] = "Vector64" , [ "Method" ] = "CreateScalarUnsafe" , [ "VectorType" ] = "Vector64" , [ "BaseType" ] = "Int16" , [ "LargestVectorSize" ] = "8" , [ "NextValueOp" ] = "TestLibrary.Generator.GetInt16()" , [ "ValidateFirstResult" ] = "resultElements[0] != expectedValue" , [ "ValidateRemainingResults" ] = "false /* value is uninitialized */" } ) ,
4346 ( "VectorCreateTest.template" , new Dictionary < string , string > { [ "Isa" ] = "Vector64" , [ "Method" ] = "CreateScalarUnsafe" , [ "VectorType" ] = "Vector64" , [ "BaseType" ] = "Int32" , [ "LargestVectorSize" ] = "8" , [ "NextValueOp" ] = "TestLibrary.Generator.GetInt32()" , [ "ValidateFirstResult" ] = "resultElements[0] != expectedValue" , [ "ValidateRemainingResults" ] = "false /* value is uninitialized */" } ) ,
0 commit comments