mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-01 23:04:19 +08:00
ck: Define CK_MD_PPC32_LWSYNC if available
This is option has a huge performance impact. Update #3472.
This commit is contained in:
parent
baf1ca7629
commit
3becda1fef
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user