mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-06 03:40:04 +00:00
74b4223c81
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
8 lines
422 B
Plaintext
8 lines
422 B
Plaintext
Features
|
|
* AES-NI is now supported with Visual Studio.
|
|
* AES-NI is now supported in 32-bit builds, or when MBEDTLS_HAVE_ASM
|
|
is disabled, when compiling with GCC or Clang or a compatible compiler
|
|
for a target CPU that supports the requisite instructions (for example
|
|
gcc -m32 -msse2 -maes -mpclmul). (Generic x86 builds with GCC-like
|
|
compilers still require MBEDTLS_HAVE_ASM and a 64-bit target.)
|