I got compilation error:
unrecognized command line option '-mfpu=neon'*
when tried to compile with -mfpu=neon flag. Actually, any 'mfpu' options I tried failed. However in documentation this flag is mentioned, so it should be valid
What is wrong with this key? How could I tell compiler to use NEON?
Linaro GNU aarch64 linux tools 4.8 are used.
Thanks.
-fpu
option here would be just as relevant as that ;) – Transportation