Home | History | Annotate | Download | only in core

Lines Matching full:neon

235 # As a special extension, the NDK also supports the .neon extension suffix
236 # to indicate that a single file can be compiled with ARM NEON support
237 # We must support both foo.c.neon and foo.c.arm.neon here
239 # Also, if LOCAL_ARM_NEON is set to 'true', force Neon mode for all source
243 neon_sources := $(filter %.neon,$(LOCAL_SRC_FILES))
244 neon_sources := $(neon_sources:%.neon=%)
254 neon_sources += $(LOCAL_SRC_FILES:%.neon=%)
260 $(call __ndk_info,NEON support is only possible for armeabi-v7a ABI)
264 $(call tag-src-files,$(neon_sources:%.arm=%),neon)
267 LOCAL_SRC_FILES := $(LOCAL_SRC_FILES:%.neon=%)