mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-26 19:30:21 +00:00
Remove unneeded fixup for CRYPTOPP_ARM_PMULL_AVAILABLE
Once we switched to GCC inline assembly the Apple/Clang problems went away.
This commit is contained in:
parent
8ea8bcfb94
commit
7e2821cc48
@ -378,12 +378,6 @@
|
||||
# undef CRYPTOPP_ARM_ACLE_HEADER
|
||||
#endif
|
||||
|
||||
// Fixup Apple Clang and PMULL. Apple defines __ARM_FEATURE_CRYPTO for Xcode 6
|
||||
// but does not provide PMULL. TODO: determine when PMULL is available.
|
||||
#if defined(CRYPTOPP_APPLE_CLANG_VERSION) && (CRYPTOPP_APPLE_CLANG_VERSION < 70000)
|
||||
# undef CRYPTOPP_ARM_PMULL_AVAILABLE
|
||||
#endif
|
||||
|
||||
// Disable for Android. Android only offers the base Aarch64 architecture.
|
||||
// Also see https://developer.android.com/ndk/guides/abis
|
||||
#if defined(__ANDROID__) || defined(ANDROID)
|
||||
|
Loading…
Reference in New Issue
Block a user