]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/ec/build.info
ec: powerpc64le: Add asm implementation of felem_{square,mul}
authorRohan McLure <rohanmclure@linux.ibm.com>
Wed, 31 May 2023 04:32:26 +0000 (14:32 +1000)
committerTodd Short <todd.short@me.com>
Fri, 4 Aug 2023 14:20:28 +0000 (10:20 -0400)
commit966047ee13188e8634af25af348940acceb9316d
tree203a1084754237706772db7b2eb7567ee0549fda
parent01d901e470d9e035a3bd78e77b9438a4cc0da785
ec: powerpc64le: Add asm implementation of felem_{square,mul}

Add an assembly implementation of felem_{square,mul}, which will be
implemented whenever Altivec support is present and the core implements
ISA 3.0 (Power 9) or greater.

Signed-off-by: Rohan McLure <rohanmclure@linux.ibm.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Todd Short <todd.short@me.com>
(Merged from https://github.com/openssl/openssl/pull/21471)
crypto/ec/asm/ecp_nistp384-ppc64.pl [new file with mode: 0755]
crypto/ec/build.info
crypto/ec/ecp_nistp384.c