mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-02-03 11:42:08 +00:00
Update comments
This commit is contained in:
parent
22257c4b6e
commit
14e326482c
2
config.h
2
config.h
@ -270,7 +270,7 @@ const lword LWORD_MAX = W64LIT(0xffffffffffffffff);
|
||||
#define CRYPTOPP_GCC_DIAGNOSTIC_AVAILABLE 1
|
||||
#endif
|
||||
|
||||
// Clang due to "Inline assembly operands don't work with .intel_syntax", http://llvm.org/bugs/show_bug.cgi?id=24232
|
||||
// Clang due to "Inline assembly operands don't work with .intel_syntax", http://llvm.org/bugs/show_bug.cgi?id=24232. Still broke as of Clang 3.9.
|
||||
// TODO: supply the upper version when LLVM fixes it. We set it to 20.0 for compilation purposes.
|
||||
#if (defined(CRYPTOPP_LLVM_CLANG_VERSION) && (CRYPTOPP_LLVM_CLANG_VERSION <= 200000)) || \
|
||||
(defined(CRYPTOPP_APPLE_CLANG_VERSION) && (CRYPTOPP_APPLE_CLANG_VERSION <= 200000)) || \
|
||||
|
Loading…
x
Reference in New Issue
Block a user