mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-03-02 18:36:04 +00:00
Remove __IBM_ATTRIBUTES
I believe this is C++ attributes, and not GCC attributes
This commit is contained in:
parent
3ba4dc6052
commit
3efc7752e4
2
config.h
2
config.h
@ -361,7 +361,7 @@ NAMESPACE_END
|
||||
#define CRYPTOPP_ALIGN_DATA(x) __declspec(align(x))
|
||||
#elif defined(__GNUC__) || (__SUNPRO_CC >= 0x5100)
|
||||
#define CRYPTOPP_ALIGN_DATA(x) __attribute__((aligned(x)))
|
||||
#elif defined(__xlc__) || defined(__xlC__) || defined(__IBM_ATTRIBUTES)
|
||||
#elif defined(__xlc__) || defined(__xlC__)
|
||||
#define CRYPTOPP_ALIGN_DATA(x) __attribute__((aligned(x)))
|
||||
#else
|
||||
#define CRYPTOPP_ALIGN_DATA(x)
|
||||
|
Loading…
x
Reference in New Issue
Block a user