CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2023/05/28 11:42:30
Modified files: lib/libcrypto/bn/arch/aarch64: bn_arch.h Log message: Provide optimised bn_mulw_{addw,addw_addw,addtw}() for aarch64. This results in bn_mul_comba4() and bn_mul_comba8() requiring ~30% less instructions than they did previously.