【汇编优化】ARM Intrinsic优化

1、入门介绍

https://blog.csdn.net/sunty2016/article/details/79857825

2、intrinsic头及编译

http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dht0002a/ch01s04s02.html Introducing NEON Development Article ->Introducing NEON->Developing for NEON->Intrinsics

  • 包含头文件
#include 
  • 编译命令
To use NEON intrinsics in GCC, you must specify -mfpu=neon on the compiler command line:
arm-none-linux

你可能感兴趣的:(算法优化)