We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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