NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/58350 CVS commit: src/sys/crypto/arch/x86



The following reply was made to PR toolchain/58350; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58350 CVS commit: src/sys/crypto/arch/x86
Date: Mon, 15 Jul 2024 13:59:20 +0000

 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