[fpc-devel] SSE in FPC
    Felipe Monteiro de Carvalho 
    felipemonteiro.carvalho at gmail.com
       
    Sat Nov 29 11:11:23 CET 2008
    
    
  
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
    
    
More information about the fpc-devel
mailing list