move x86 asm to intrinsics, e2k aes-ni/avx support

Signed-off-by: contextswap <ctxswp@proton.me>
This commit is contained in:
contextswap 2023-05-04 05:08:49 +09:00
parent a9e9e14c42
commit 1509349fec
No known key found for this signature in database
GPG key ID: 06A0B660A90A787B
4 changed files with 221 additions and 262 deletions

View file

@ -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)