Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/crypto/arch/x86
Module Name: src
Committed By: riastradh
Date: Mon Jul 15 13:59:19 UTC 2024
Modified Files:
src/sys/crypto/arch/x86: immintrin.h immintrin_ext.h
Log Message:
sys/crypto: Fix mistakes in previous gcc12 immintrin fixes.
Compile-tested the ChaCha code, not the whole kernel, and it turns
out the AES code trips over the mistakes.
PR toolchain/58350
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/crypto/arch/x86/immintrin.h
cvs rdiff -u -r1.1 -r1.2 src/sys/crypto/arch/x86/immintrin_ext.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index