Module Name:    src
Committed By:   jmcneill
Date:           Sat Oct 10 08:24:10 UTC 2020

Modified Files:
        src/sys/crypto/aes/arch/arm: aes_neon_impl.c
        src/sys/crypto/chacha/arch/arm: chacha_neon_impl.c

Log Message:
Fix detection of NEON features. ID_AA64PFR0_EL1_ADV_SIMD_NONE means SIMD
is not available, and any other value means it is.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/crypto/aes/arch/arm/aes_neon_impl.c
cvs rdiff -u -r1.1 -r1.2 src/sys/crypto/chacha/arch/arm/chacha_neon_impl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to