Port-powerpc archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: libcrypto assembler code for ppc?



In article <XFMail.20080510233206.root%garbled.net@localhost>,
Tim Rightnour  <root%garbled.net@localhost> wrote:
>I noticed that we have i386 asm code for some of the crypto stuff in libcrypto,
>but it doesn't look like powerpc has any.  It appears however there might be
>asm shipped with openssl for powerpc.
>
>I'm assuming someone has to test this to make sure it works, so, is there some
>kind of test suite/atf thing that I can run?  Also, how would I go about
>enabling some of the tuned asm for ppc?

Check out what I did for i386 and x86_64. First copy the Makefile and
adjust it so that it autogenerates the .S files. You'll need to have
perl installed for that. Then for each of the .S files you want to use
you add a foo.inc file. Again look at i386 and x86_64 for examples.

christos



Home | Main Index | Thread Index | Old Index