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
step1:添加头文件
#include <arm_neon.h>
step3:配置编译选项
在3个地方需要配置指令 -mfloat-abi=softfp -mfpu=neon
a,板级支持包
b,ARM gcc compiler-->Miscellaneous
c,ARM gcc linker-->Miscellaneous