Remove unneeded defines from cpu.cpp

pull/703/head
Jeffrey Walton 2018-08-08 20:55:00 -04:00
parent bcf05a6c6b
commit 048c2721fb
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 0 additions and 8 deletions

View File

@ -21,14 +21,6 @@
# include <unistd.h>
#endif
//#if CRYPTOPP_BOOL_X64 || CRYPTOPP_BOOL_X32 || CRYPTOPP_BOOL_X86
//# if defined(_MSC_VER)
//# include <intrin.h>
//# else
//# include <immintrin.h>
//# endif
//#endif
// Capability queries, requires Glibc 2.16, http://lwn.net/Articles/519085/
// CRYPTOPP_GLIBC_VERSION not used because config.h is missing <feature.h>
#if (((__GLIBC__ * 100) + __GLIBC_MINOR__) >= 216)