mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 10:48:12 +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;
|
||||
|
||||
{$IFDEF CPUI386}
|
||||
{$FPUTYPE SSE2}{$I-}
|
||||
{$ENDIF}
|
||||
|
||||
var n: longint;
|
||||
TextBuf: array[0..$FFF] of byte;
|
||||
|
Loading…
Reference in New Issue
Block a user