use more efficient XOR over ChipherBlocks for win32

This commit is contained in:
orignal 2016-02-05 15:58:14 -05:00
parent 0a5f8527b2
commit 4c72d43a8a
2 changed files with 3 additions and 1 deletions

View file

@ -8,4 +8,6 @@ LDLIBS = -Wl,-Bstatic -lboost_system$(BOOST_SUFFIX) -Wl,-Bstatic -lboost_date_ti
ifeq ($(USE_AESNI),1)
CPU_FLAGS = -maes -DAESNI
else
CPU_FLAGS = -msse
endif