Mail Archives: djgpp/1997/11/30/05:02:56
Michal Mertl (xmerm05 AT manes DOT vse DOT cz) writes:
> On Sun, 23 Nov 1997, Speed wrote:
>
>> So it is equivalent to a 'rep movsl'? (assuming, of course, the source,
>> dest, and count are already set)
>>
> Yes, it is. Why you don't just look at the output. There are at least 3 good
> debuggers for DJGPP.
>
> Other thing is that I tried to write memcpy using 64bit FPU registers as
> someone here suggested. It's about _20% faster_!!
>
> __here is the source code of memcpyfpu.c __
NICE... anyone want to consider replacing the default memcpy with this
feller? (Of course, to avoid it running 50000% SLOWER on FPU-less machines
you might want to make the regular one be used instead if the FPU isn't
found. :-))
--
.*. Where feelings are concerned, answers are rarely simple [GeneDeWeese]
-() < When I go to the theater, I always go straight to the "bag and mix"
`*' bulk candy section...because variety is the spice of life... [me]
Paul Derbyshire ao950 AT freenet DOT carleton DOT ca, http://chat.carleton.ca/~pderbysh
- Raw text -