Fix "explicit template specialization cannot have a storage class" on Aarch64 debug builds
parent
b9688ec5e6
commit
d0245a4971
|
|
@ -50,14 +50,6 @@
|
||||||
# include "ppc_simd.h"
|
# include "ppc_simd.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef inline
|
|
||||||
# if defined(CRYPTOPP_DEBUG)
|
|
||||||
# define inline static
|
|
||||||
# else
|
|
||||||
# define inline inline
|
|
||||||
# endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Squash MS LNK4221 and libtool warnings
|
// Squash MS LNK4221 and libtool warnings
|
||||||
extern const char SPECK64_SIMD_FNAME[] = __FILE__;
|
extern const char SPECK64_SIMD_FNAME[] = __FILE__;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue