|
@@ -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;
|