You can tell FPC to do the SSE code for you:

      -Cf<x>     Select fpu instruction set to use, see fpc -i for
possible values

And in fpc - i I see:

Supported CPU instruction sets:
  386
  PENTIUM
  PENTIUM2
  PENTIUM3
  PENTIUM4
  PENTIUMM

Supported FPU instruction sets:
  X87
  SSE
  SSE2
  SSE3

So I would use something like:

-CfSSE3

maybe also -CfPENTIUM4

-- 
Felipe Monteiro de Carvalho
_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to