aarch64的架构:unrecognized command line option '-mfpu=neon'

 

不用添加这个'-mfpu=neon'的编译器选项了,因为这个架构下neon是默认启动的。

参考:

https://lists.linaro.org/pipermail/linaro-toolchain/2016-July/005815.html

https://stackoverflow.com/questions/29851128/gcc-arm64-aarch64-unrecognized-command-line-option-mfpu-neon

转载于:https://www.cnblogs.com/yongy1030/p/10391363.html

你可能感兴趣的:(c/c++)