From: "George C. Moschovitis" Subject: Re: your mail To: mat AT ardi DOT com (Mat Hostetter) Date: Thu, 6 Jul 1995 13:04:59 +0300 (EET DST) Cc: djgpp AT sun DOT soe DOT clarkson DOT edu (djgpp) > > Ummm....did you see the memset I wrote for djgpp V2? It uses aligned > rep ; stosl. Your byte-at-a-time algorithm will be *much* slower. > in fact i started from ur version... and i output 16 bytes at a time dword aligned... so it is *much* faster... if u check out the code u 'll see that i align edi. (with ur method, i just unrolled that little loop) > -Mat > tmL-