mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-24 01:46:36 +02:00
[cmake] update comment about AES on MSVC
Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
parent
9d3d35c71c
commit
990c91d1bd
1 changed files with 1 additions and 6 deletions
|
@ -197,12 +197,7 @@ endif()
|
|||
|
||||
# Note: AES-NI and AVX is available on x86-based CPU's.
|
||||
# Here also ARM64 implementation, but currently we don't support it.
|
||||
# MSVC is not supported.
|
||||
#if(MSVC)
|
||||
# message(STATUS "AES-NI is not supported on MSVC, option was disabled")
|
||||
# set(WITH_AESNI OFF)
|
||||
#endif()
|
||||
|
||||
# MSVC is not supported due to different ASM processing, so we hope OpenSSL has its own checks to run optimized code.
|
||||
if(WITH_AESNI AND (ARCHITECTURE MATCHES "x86_64" OR ARCHITECTURE MATCHES "i386"))
|
||||
if(NOT MSVC)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -maes")
|
||||
|
|
Loading…
Add table
Reference in a new issue