* fixed mandelbrot shootout benchmark for non i386 targets

git-svn-id: trunk@11850 -
This commit is contained in:
Vincent Snijders 2008-10-02 17:50:01 +00:00
parent afa14de20d
commit 4c6d62f954

View File

@ -7,7 +7,9 @@
program mandelbrot;
{$IFDEF CPUI386}
{$FPUTYPE SSE2}{$I-}
{$ENDIF}
var n: longint;
TextBuf: array[0..$FFF] of byte;