mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-19 13:36:54 +02:00
Add support for armv7ve
This commit adds support for ARM armv7ve arch. The extended version of the ARMv7-A architecture with support for virtualization.
This commit is contained in:
parent
b6b11dbf82
commit
182f16d2a4
1 changed files with 5 additions and 0 deletions
|
@ -205,6 +205,11 @@ ifeq ($(CC_MACH),armv7hl)
|
|||
override DEFS+=-DZT_NO_TYPE_PUNNING
|
||||
ZT_USE_ARM32_NEON_ASM_CRYPTO=1
|
||||
endif
|
||||
ifeq ($(CC_MACH),armv7ve)
|
||||
ZT_ARCHITECTURE=3
|
||||
override DEFS+=-DZT_NO_TYPE_PUNNING
|
||||
ZT_USE_ARM32_NEON_ASM_CRYPTO=1
|
||||
endif
|
||||
ifeq ($(CC_MACH),arm64)
|
||||
ZT_ARCHITECTURE=4
|
||||
override DEFS+=-DZT_NO_TYPE_PUNNING
|
||||
|
|
Loading…
Add table
Reference in a new issue