[fpc-devel] (no subject)
Florian Klaempfl
florian at freepascal.org
Fri Aug 12 09:42:31 CEST 2005
Ростислав Окулов wrote:
> Will be an SSE3 for assembler support?
>
2.0.0 supports it?
c:\fpc\compiler>type test.pas
begin
asm
hsubps %xmm0,%xmm0
end;
end.
c:\fpc\compiler>fpc test.pas
Free Pascal Compiler version 2.0.0 [2005/05/08] for i386
Copyright (c) 1993-2005 by Florian Klaempfl
Target OS: Win32 for i386
Compiling test.pas
Linking test.exe
5 Lines compiled, 0.1 sec
c:\fpc\compiler>
More information about the fpc-devel
mailing list