ck: Define CK_MD_PPC32_LWSYNC if available

This is option has a huge performance impact.

Update #3472.
This commit is contained in:
Sebastian Huber 2018-09-12 09:16:44 +02:00
parent baf1ca7629
commit 3becda1fef

View File

@ -130,6 +130,10 @@ net $
#define CK_MD_RMO
#endif
#ifdef __PPC_CPU_E6500__
#define CK_MD_PPC32_LWSYNC
#endif
#define CK_VERSION "0.7.0"
#define CK_GIT_SHA "db5db44"