Fix misaligned SSE2 allocations on FreeBSD (GH #562)
This may have something to do with https://github.com/monero-project/kovri/pull/788pull/574/merge
parent
96bc82fe12
commit
c4392c40e0
2
config.h
2
config.h
|
|
@ -697,7 +697,7 @@ NAMESPACE_END
|
|||
#define CRYPTOPP_APPLE_MALLOC_AVAILABLE
|
||||
#elif defined(_AIX)
|
||||
#define CRYPTOPP_POSIX_MEMALIGN_AVAILABLE
|
||||
#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
|
||||
#elif defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
|
||||
#define CRYPTOPP_MALLOC_ALIGNMENT_IS_16
|
||||
#elif defined(__linux__) || defined(__sun__) || defined(__CYGWIN__)
|
||||
#define CRYPTOPP_MEMALIGN_AVAILABLE
|
||||
|
|
|
|||
Loading…
Reference in New Issue