mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-09 13:37:58 -05:00
Optimize for present CPU on ARM.
This commit is contained in:
4
CONFIG
4
CONFIG
@@ -57,9 +57,7 @@ endif
|
||||
|
||||
ifeq ($(OS), Linux)
|
||||
ifeq ($(ARM), 1)
|
||||
ifeq ($(shell cat /proc/cpuinfo | grep -q aes; echo $$?), 0)
|
||||
ARCH = -march=armv8.2-a+crypto
|
||||
endif
|
||||
ARCH = -mcpu=native
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
2
deps/libOTe
vendored
2
deps/libOTe
vendored
Submodule deps/libOTe updated: 0412c89e2d...6a9a742dae
Reference in New Issue
Block a user