mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 20:30:55 +02:00
* removed compiler directives from source as per Isaac's request
git-svn-id: trunk@11857 -
This commit is contained in:
parent
8fe3b40070
commit
61f26d5a96
@ -3,14 +3,14 @@
|
|||||||
|
|
||||||
contributed by Ales Katona
|
contributed by Ales Katona
|
||||||
modified by Vincent Snijders
|
modified by Vincent Snijders
|
||||||
|
|
||||||
|
additional compiler options:
|
||||||
|
i386: -Cfsse2
|
||||||
|
x86_64: none
|
||||||
}
|
}
|
||||||
|
|
||||||
program mandelbrot;
|
program mandelbrot;
|
||||||
|
|
||||||
{$IFDEF CPUI386}
|
|
||||||
{$FPUTYPE SSE2}{$I-}
|
|
||||||
{$ENDIF}
|
|
||||||
|
|
||||||
var n: longint;
|
var n: longint;
|
||||||
TextBuf: array[0..$FFF] of byte;
|
TextBuf: array[0..$FFF] of byte;
|
||||||
OutFile: PText;
|
OutFile: PText;
|
||||||
|
Loading…
Reference in New Issue
Block a user