ZYNQ指令加速集NEON的配置

step1:添加头文件

  #include <arm_neon.h>

step3:配置编译选项

  在3个地方需要配置指令  -mfloat-abi=softfp -mfpu=neon

  a,板级支持包

  b,ARM gcc compiler-->Miscellaneous

  c,ARM gcc linker-->Miscellaneous

posted on 2018-09-11 17:12  sobel  阅读(729)  评论(1编辑  收藏  举报

导航