mirror of
https://github.com/AxioDL/nod.git
synced 2025-12-08 13:14:59 +00:00
Compare commits
1 Commits
d53d677038
...
02c188497a
| Author | SHA1 | Date | |
|---|---|---|---|
| 02c188497a |
@@ -36,7 +36,7 @@ else()
|
||||
target_sources(nod PRIVATE FileIOFILE.cpp)
|
||||
endif()
|
||||
|
||||
if(NOT MSVC AND NOT NX)
|
||||
if(NOT MSVC AND ${CMAKE_SYSTEM_PROCESSOR} STREQUAL x86_64)
|
||||
set_source_files_properties(aes.cpp PROPERTIES COMPILE_FLAGS -maes)
|
||||
endif()
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
#if _WIN32
|
||||
#include <intrin.h>
|
||||
#else
|
||||
#elif __x86_64__
|
||||
#include <cpuid.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user