Explorar o código

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

git-svn-id: trunk@11857 -
Vincent Snijders %!s(int64=17) %!d(string=hai) anos
pai
achega
61f26d5a96
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  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;