ref: 6da9a9e5c8a467d4bea549e9bbd39f76e90063d2
dir: /build/platform-arch.mk/
ifneq ($(filter %86 x86_64, $(ARCH)),) include build/platform-x86-common.mk endif ifneq ($(filter-out arm64, $(filter arm%, $(ARCH))),) ifeq ($(USE_ASM), Yes) ASM_ARCH = arm CFLAGS += -DHAVE_NEON endif endif