mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 11:10:23 +02:00
* fixed mandelbrot shootout benchmark for non i386 targets
git-svn-id: trunk@11850 -
This commit is contained in:
parent
afa14de20d
commit
4c6d62f954
@ -7,7 +7,9 @@
|
|||||||
|
|
||||||
program mandelbrot;
|
program mandelbrot;
|
||||||
|
|
||||||
|
{$IFDEF CPUI386}
|
||||||
{$FPUTYPE SSE2}{$I-}
|
{$FPUTYPE SSE2}{$I-}
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
var n: longint;
|
var n: longint;
|
||||||
TextBuf: array[0..$FFF] of byte;
|
TextBuf: array[0..$FFF] of byte;
|
||||||
|
Loading…
Reference in New Issue
Block a user