Hi There,
I am doing an experiment by adding #include <arm_mve.h> to one of my C source files and adding "-march=armv8.1-m.main+mve.fp" into the makefile to see if I can make use of Helium intrinsics but I got this error "Clang compiler does not support -march=armv8.1-m.main+mve.fp".
Does that mean the current clang80 compiler I am using from NDK Android doesn't have this support for Helium?
Thanks
Kim