fpc/tests/test/tasm2.pp
sergei 2357ca1fe6 * Fixed size suffix generated for CVTSI2SS, CVTSI2SD, VCVTSI2SS, VCVTSI2SD instructions. Mantis #31550.
* tasm2.pp already detected this bug if run with -al option. Added a copy of tasm2.pp and configured it with -al, so it is run daily on all suitable machines.

git-svn-id: trunk@35626 -
2017-03-19 10:29:28 +00:00

8 lines
61 B
ObjectPascal

{ %CPU=x86_64 }
{$include tasm2.inc}
begin
TestAll;
end.