I am in the process of doing some NEON based SIMDization to my code. It works perfectly fine with out SIMDization, but adding the following one line in the makefile causes it to crash,
ifeq ($(TARGET_ARCH_ABI),armeabi-v7a)
LOCAL_ARM_NEON := true
endif
Can someone please help to identify why it crashes just by enabling NEON with the code remaining absolutely same?
Regards, Subhransu