From 12692c551ea89e33e1ade02c2432da34a320856b Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 15 Jul 2014 17:56:09 -0700 Subject: SSE optimized Salsa20 -- anywhere from 20% to 50% faster than plain C version --- make-mac.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'make-mac.mk') diff --git a/make-mac.mk b/make-mac.mk index d0bbea27..550cad43 100644 --- a/make-mac.mk +++ b/make-mac.mk @@ -24,6 +24,9 @@ ifeq ($(ZT_USE_TESTNET),1) DEFS+=-DZT_USE_TESTNET endif +# Enable SSE-optimized Salsa20 +DEFS+=-DZT_SALSA20_SSE + # Uncomment to dump trace and log info to stdout (useful for debug/test) #DEFS+=-DZT_TRACE -DZT_LOG_STDOUT -- cgit v1.2.3