The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: Seb on June 27, 2005, 02:37:27 PM

Title: MMX/SSE/SSE2 optimized memory copying function?
Post by: Seb on June 27, 2005, 02:37:27 PM
Hi!

Is there any MMX/SSE/SSE2 optimized memcpy() function written for MASM32 or C (VC), that anyone knows of? I was thinking of writing one myself, but I find it quite hard.

Regards,
Sebastian Andersson
Title: Re: MMX/SSE/SSE2 optimized memory copying function?
Post by: AeroASM on June 27, 2005, 03:04:48 PM
http://www.masmforum.com/simple/index.php?topic=1637.0
Title: Re: MMX/SSE/SSE2 optimized memory copying function?
Post by: Seb on June 27, 2005, 06:09:28 PM
Thanks a lot! I tried to search for this, but didn't find anything (on the forums, that is). ::)