Re: Linus' sha1 is much faster!

2009-08-17 Thread Steven Noonan
On Mon, Aug 17, 2009 at 9:22 AM, Linus Torvalds wrote: > > > On Mon, 17 Aug 2009, Steven Noonan wrote: >> >> Interesting. I compared Linus' implementation to the public domain one >> by Steve Reid[1] > > You _really_ need to talk about what kind of environme

Re: Linus' sha1 is much faster!

2009-08-17 Thread Steven Noonan
On Mon, Aug 17, 2009 at 3:51 AM, Giuseppe Scrivano wrote: > Pádraig Brady writes: > >>   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions >>   -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 >>   -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE=1 > > thanks.  I did aga