Re: openssl asm for ppc?

2001-04-30 Thread Andy Polyakov
> Has anyone done any work on the asm for the PPC platform? The question to be posed and answered first should be "is it worth the effort?" The catch is that in cases when compiler provides means for reaching out for full functionality of underlying hardware it's very hard to do noticeably better

openssl asm for ppc?

2001-04-27 Thread Steve Quirk
Has anyone done any work on the asm for the PPC platform? I'm using 0.9.6a on Mac OSX. gprof shows that most of my time is spent in the bn routines that are normally asm (on other platforms): % cumulative self self total time seconds secondscalls ms/call ms/call