Re: filling big array of double
- From: Eric Grange <egrangeNO@xxxxxxxxxxxxxxx>
- Date: Tue, 31 May 2005 15:59:15 +0200
unfortunally I'm not able to do the same thing with an array of "double". Any help would be greatly appreciated.
Untested too ;)
procedure FillDwordASM(var dest; count: integer; const value: Double); asm test edx, edx jz @@End fld qword ptr [ebp+8] @@Loop: fst qword ptr [eax] lea eax, eax+8 dec edx jnz @@Loop ffree st(0) @@End: end; .
- Follow-Ups:
- Re: filling big array of double
- From: Henri Gourvest
- Re: filling big array of double
- References:
- filling big array of double
- From: Henri Gourvest
- filling big array of double
- Prev by Date: Re: Fastcode UpperCase B&V 3.0
- Next by Date: Re: filling big array of double
- Previous by thread: Re: filling big array of double
- Next by thread: Re: filling big array of double
- Index(es):
Relevant Pages
|