CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2025/08/14 09:11:01
Modified files: lib/libcrypto/arch/amd64: crypto_arch.h crypto_cpu_caps.c Log message: Add CPU feature detection for ADX on amd64. Add detection of Multi-Precision Add-Carry Instruction Extensions on amd64. s2n-bignum provides a number of fast multiplication routines that can leverage these instructions. ok tb@