Mail Archives: djgpp/1997/11/22/23:44:05
On Sat, 22 Nov 1997 wolfman AT cedar DOT alberni DOT net wrote:
>
> I was wondering if DJGPP has a 32bit memcpy function (memcpy uses 8bit
> right?) If so, please tell me what it is. And if not please tell me
> that there isn't.
>
Linux has a kernel memcpy() which uses the FPU registers -- but it ONLY
works on Pentiums/PPro's/P-II's. It's purported to make the kernel up to
30% faster. Since memcpy() isn't OS-dependent as long as you're in
protected mode, I think you could use that.
-------------------------------------------------------------------
Orlando Alcantara Andico Email: orly AT dilnet DOT upd DOT edu DOT ph
ICBM: 14 30 00 N 120 59 00 E POTS: (+632) 932-2385
"If I shed a tear I won't cage it, I won't fear love, and if I feel
a rage I won't deny it, I won't fear love." - Sarah Mclachlan
- Raw text -