Răsfoiți Sursa

* removed compiler directives from source as per Isaac's request

git-svn-id: trunk@11857 -
Vincent Snijders 17 ani în urmă
părinte
comite
61f26d5a96
1 a modificat fișierele cu 4 adăugiri și 4 ștergeri
  1. 4 4
      tests/bench/shootout/src/mandelbrot.pp

+ 4 - 4
tests/bench/shootout/src/mandelbrot.pp

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