ref: 646d94320025b2ee70f24e83df28da28f428791d
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 ASMFLAGS += -Icodec/common/arm/ CFLAGS += -DHAVE_NEON endif endif