Home | History | Annotate | Download | only in arm
History log of /src/sys/crypto/chacha/arch/arm/chacha_neon_impl.c
RevisionDateAuthorComments
 1.2  10-Oct-2020  jmcneill Fix detection of NEON features. ID_AA64PFR0_EL1_ADV_SIMD_NONE means SIMD
is not available, and any other value means it is.
 1.1  25-Jul-2020  riastradh Implement ChaCha with NEON on ARM.

XXX Needs performance measurement.
XXX Needs adaptation to arm32 neon which has half the registers.

RSS XML Feed