mbedtls/ChangeLog.d/8372.txt
Sergey Markelov 3898f10fed Fix #8372 - Error compiling AESNI in Mbed-TLS with clang on Windows
It can successfully compile w/ the clang options -maes -mpclmul.

Signed-off-by: Sergey Markelov <sergey@solidstatenetworks.com>
2023-10-18 20:24:39 -07:00

3 lines
104 B
Text

Features
* AES-NI is now supported in Windows builds with clang and clang-cl.
Resolves #8372.