mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-30 04:37:50 +02:00
move x86 asm to intrinsics, e2k aes-ni/avx support
Signed-off-by: contextswap <ctxswp@proton.me>
This commit is contained in:
parent
a9e9e14c42
commit
1509349fec
4 changed files with 221 additions and 262 deletions
4
Makefile
4
Makefile
|
@ -51,6 +51,10 @@ ifneq (, $(DESTDIR))
|
|||
PREFIX = $(DESTDIR)
|
||||
endif
|
||||
|
||||
ifneq (, $(findstring e2k, $(SYS)))
|
||||
CXX_DEBUG += -Wno-deprecated-declarations
|
||||
endif
|
||||
|
||||
ifneq (, $(findstring darwin, $(SYS)))
|
||||
DAEMON_SRC += $(DAEMON_SRC_DIR)/UnixDaemon.cpp
|
||||
ifeq ($(HOMEBREW),1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue