Lines Matching refs:neon
134 # As a special extension, the NDK also supports the .neon extension suffix
135 # to indicate that a single file can be compiled with ARM NEON support
136 # We must support both foo.c.neon and foo.c.arm.neon here
138 # Also, if LOCAL_ARM_NEON is set to 'true', force Neon mode for all source
142 neon_sources := $(filter %.neon,$(LOCAL_SRC_FILES))
143 neon_sources := $(neon_sources:%.neon=%)
153 neon_sources += $(LOCAL_SRC_FILES:%.neon=%)
159 $(call __ndk_info,NEON support is only possible for armeabi-v7a ABI)
163 $(call tag-src-files,$(neon_sources:%.arm=%),neon)
166 LOCAL_SRC_FILES := $(LOCAL_SRC_FILES:%.neon=%)