mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 17:09:16 +02:00
* simplified test after r47892
git-svn-id: trunk@47893 -
This commit is contained in:
parent
eb7702bea4
commit
6866b07266
@ -1,14 +1,10 @@
|
|||||||
{$ASSERTIONS ON}
|
{$ASSERTIONS ON}
|
||||||
{$packrecords c}
|
|
||||||
{$push}
|
|
||||||
{$codealign recordmin=16}
|
|
||||||
|
|
||||||
type
|
type
|
||||||
tm128 = record
|
tm128 = record
|
||||||
case byte of
|
case byte of
|
||||||
1 : (m128_f32 : array[0..3] of single;)
|
1 : (m128_f32 : array[0..3] of single;)
|
||||||
end;
|
end align 16;
|
||||||
{$pop}
|
|
||||||
|
|
||||||
type
|
type
|
||||||
tm128_unaligned = record
|
tm128_unaligned = record
|
||||||
|
Loading…
Reference in New Issue
Block a user