ref: 4cdee3b2d1f1ae34cb9c4f31baf890c0f0e941a2
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 ifneq ($(filter arm64 aarch64, $(ARCH)),) ifeq ($(USE_ASM), Yes) ASM_ARCH = arm64 ASMFLAGS += -Icodec/common/arm64/ CFLAGS += -DHAVE_NEON_AARCH64 endif endif