|
@@ -52,7 +52,11 @@ unit mmx;
|
|
uses
|
|
uses
|
|
cpu;
|
|
cpu;
|
|
|
|
|
|
-{$ASMMODE DIRECT}
|
|
|
|
|
|
+{$ifndef CPUIDSUP}
|
|
|
|
+ {$ASMMODE DIRECT}
|
|
|
|
+{$else}
|
|
|
|
+ {$ASMMODE ATT}
|
|
|
|
+{$endif}
|
|
|
|
|
|
{ returns true, if the processor supports the mmx instructions }
|
|
{ returns true, if the processor supports the mmx instructions }
|
|
function mmx_support : boolean;
|
|
function mmx_support : boolean;
|
|
@@ -123,7 +127,10 @@ begin
|
|
end.
|
|
end.
|
|
{
|
|
{
|
|
$Log$
|
|
$Log$
|
|
- Revision 1.2 1998-05-31 14:15:50 peter
|
|
|
|
|
|
+ Revision 1.3 1998-11-13 10:10:54 peter
|
|
|
|
+ * ATT reader
|
|
|
|
+
|
|
|
|
+ Revision 1.2 1998/05/31 14:15:50 peter
|
|
* force to use ATT or direct parsing
|
|
* force to use ATT or direct parsing
|
|
|
|
|
|
}
|
|
}
|