Re: FastCode Reference Compilers
- From: "David J Taylor" <david-taylor@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 29 Dec 2007 15:46:52 -0000
Dennis wrote:
Hi
Only one problem I think, but did not check.
FastMM4 4.78 uses MMX intructions as default. Perhaps they have been
written db xx and then they will compile.
Best regards
Dennis Kjaer Christensen
There are snippets like this:
___________________________________________
@MMXMoveLoop:
{Move a 16 byte block}
{$ifdef Delphi4or5}
{Delphi 5 compatibility}
db $0f, $6f, $04, $01
db $0f, $6f, $4c, $01, $08
db $0f, $7f, $04, $11
db $0f, $7f, $4c, $11, $08
{$else}
movq mm0, [eax + ecx]
movq mm1, [eax + ecx + 8]
movq [edx + ecx], mm0
movq [edx + ecx + 8], mm1
{$endif}
___________________________________________
I've been using 4.74 with Delphi 5, and hope that you won't break that
compatibility. I note that you mention 4.78. I've just downloaded that
version, and it say it supports Delphi 4 or later, so I'll give it a
whirl.
Thanks,
David
.
- Follow-Ups:
- Re: FastCode Reference Compilers
- From: Dennis
- Re: FastCode Reference Compilers
- References:
- FastCode Reference Compilers
- From: Dennis
- Re: FastCode Reference Compilers
- From: Rudy Velthuis [TeamB]
- Re: FastCode Reference Compilers
- From: Dennis
- Re: FastCode Reference Compilers
- From: Rudy Velthuis [TeamB]
- Re: FastCode Reference Compilers
- From: Q Correll
- Re: FastCode Reference Compilers
- From: Dennis
- Re: FastCode Reference Compilers
- From: David J Taylor
- Re: FastCode Reference Compilers
- From: Dennis
- Re: FastCode Reference Compilers
- From: David J Taylor
- Re: FastCode Reference Compilers
- From: Dennis
- FastCode Reference Compilers
- Prev by Date: Re: FastCode RoundToEx
- Next by Date: Re: FastCode RoundToEx
- Previous by thread: Re: FastCode Reference Compilers
- Next by thread: Re: FastCode Reference Compilers
- Index(es):
Relevant Pages
|