|
@@ -45,14 +45,18 @@ begin
|
|
writeln('-f [fpc,nasm,fasm] outputformat');
|
|
writeln('-f [fpc,nasm,fasm] outputformat');
|
|
writeln('-p [x8664] codegenerator for x86_64 platform');
|
|
writeln('-p [x8664] codegenerator for x86_64 platform');
|
|
writeln('-o destination path');
|
|
writeln('-o destination path');
|
|
|
|
+ writeln('-z avx512');
|
|
writeln('');
|
|
writeln('');
|
|
end
|
|
end
|
|
else
|
|
else
|
|
begin
|
|
begin
|
|
|
|
+ //TAsmTestGenerator.CalcTestInstFile;
|
|
|
|
+ //exit;
|
|
|
|
+
|
|
case OutputFormat of
|
|
case OutputFormat of
|
|
- 'f': MakeTestFiles(tfFPC, x64, Path);
|
|
|
|
- 'F': MakeTestFiles(tfFasm, x64, Path);
|
|
|
|
- 'n': MakeTestFiles(tfNasm, x64, Path);
|
|
|
|
|
|
+ 'f': MakeTestFiles(tfFPC, x64, AVX512, false, Path);
|
|
|
|
+ 'F': MakeTestFiles(tfFasm, x64, AVX512, false, Path);
|
|
|
|
+ 'n': MakeTestFiles(tfNasm, x64, AVX512, false, Path);
|
|
end;
|
|
end;
|
|
end;
|
|
end;
|
|
finally
|
|
finally
|