mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-20 02:34:04 +01:00
+ proper alignment directives added
git-svn-id: trunk@1564 -
This commit is contained in:
parent
11e087e212
commit
ef72bba537
@ -1,12 +1,13 @@
|
||||
{ %OPT=-OaVARMAX=16 -OaVARMIN=16 }
|
||||
{ %CPU=i386 }
|
||||
{ %version=1.1}
|
||||
uses
|
||||
mmx;
|
||||
|
||||
{ only a small test to see if it works in principal }
|
||||
|
||||
var
|
||||
q : array[0..15] of byte;
|
||||
b : byte;
|
||||
q : array[0..15] of byte;
|
||||
|
||||
begin
|
||||
if is_sse2_cpu then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user