Add change log entry on AES-NI asm block fixes

Co-authored-by: Gilles Peskine <[email protected]>
Signed-off-by: Solar Designer <[email protected]>
This commit is contained in:
Solar Designer
2024-12-13 02:15:55 +01:00
co-authored by Gilles Peskine
parent 4ad27aa47e
commit 1cd6fb57f9
+5
View File
@@ -0,0 +1,5 @@
Bugfix
* Fix missing constraints on the AES-NI inline assembly which is used on
GCC-like compilers when building AES for generic x86_64 targets. This
may have resulted in incorrect code with some compilers, depending on
optimizations. Fixes #9819.