On Mon, Apr 03, 2000 at 07:43:00AM +0930, Greg Lehey wrote:
> I found a potentially serious bug in the RAID calculations yesterday:
> it assumed that sizeof (int) == 4.  I suspect that it would just slow
> down the calculations, but in any case I've fixed it.

That's generaly not good but allways true on all FreeBSD platforms.
Only long and pointers are different: 64bit on alpha and 32bit on i386 -
char short and int are the same.
I asume you mean the xor loop limitations - I already took a look at them
before running R5 on alpha - the only reason to change here is speed as 64bit
operations would be faster on alpha.

-- 
B.Walter                  COSMO-Project              http://www.cosmo-project.de
[EMAIL PROTECTED]             Usergroup                [EMAIL PROTECTED]



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to