mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 06:28: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
|
||||
modified by Vincent Snijders
|
||||
|
||||
additional compiler options:
|
||||
i386: -Cfsse2
|
||||
x86_64: none
|
||||
}
|
||||
|
||||
program mandelbrot;
|
||||
|
||||
{$IFDEF CPUI386}
|
||||
{$FPUTYPE SSE2}{$I-}
|
||||
{$ENDIF}
|
||||
|
||||
var n: longint;
|
||||
TextBuf: array[0..$FFF] of byte;
|
||||
OutFile: PText;
|
||||
|
Loading…
Reference in New Issue
Block a user