* simplified test after r47892

git-svn-id: trunk@47893 -
This commit is contained in:
florian 2020-12-29 18:26:20 +00:00
parent eb7702bea4
commit 6866b07266

View File

@ -1,14 +1,10 @@
{$ASSERTIONS ON}
{$packrecords c}
{$push}
{$codealign recordmin=16}
type
tm128 = record
case byte of
1 : (m128_f32 : array[0..3] of single;)
end;
{$pop}
end align 16;
type
tm128_unaligned = record