Module Name: src Committed By: riastradh Date: Sun Aug 9 01:59:04 UTC 2020
Modified Files: src/sys/crypto/aes/arch/arm: arm_neon_imm.h src/sys/crypto/chacha/arch/arm: arm_neon_imm.h Log Message: Fix mistake in big-endian arm clang. Swapped the two halves (only gcc does that, I think) and wrote j,i backwards, oops. (I don't have a big-endian arm clang build handy to test; hoping this works.) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/crypto/aes/arch/arm/arm_neon_imm.h cvs rdiff -u -r1.1 -r1.2 src/sys/crypto/chacha/arch/arm/arm_neon_imm.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.