Update documentation

pull/462/head
Jeffrey Walton 2017-08-17 16:24:54 -04:00
parent 803c1a78e7
commit ae84826d4b
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 4 additions and 0 deletions

4
cpu.h
View File

@ -396,6 +396,8 @@ inline int GetCacheLineSize()
#endif // CRYPTOPP_GENERATE_X64_MASM #endif // CRYPTOPP_GENERATE_X64_MASM
#ifndef CRYPTOPP_DOXYGEN_PROCESSING
#if CRYPTOPP_BOOL_X86 || CRYPTOPP_BOOL_X32 || CRYPTOPP_BOOL_X64 #if CRYPTOPP_BOOL_X86 || CRYPTOPP_BOOL_X32 || CRYPTOPP_BOOL_X64
#ifdef CRYPTOPP_GENERATE_X64_MASM #ifdef CRYPTOPP_GENERATE_X64_MASM
@ -570,6 +572,8 @@ inline int GetCacheLineSize()
#endif // CRYPTOPP_BOOL_X86 || CRYPTOPP_BOOL_X32 || CRYPTOPP_BOOL_X64 #endif // CRYPTOPP_BOOL_X86 || CRYPTOPP_BOOL_X32 || CRYPTOPP_BOOL_X64
#endif // Not CRYPTOPP_DOXYGEN_PROCESSING
NAMESPACE_END NAMESPACE_END
// Issue 340 // Issue 340