GCC builtin vector (gcc内建函数)学习

先来几个链接:

(1)https://gcc.gnu.org/onlinedocs/gcc-4.3.6/gcc/Vector-Extensions.html

(2)https://gcc.gnu.org/onlinedocs/gcc/Vector-Extensions.html

(3)https://gcc.gnu.org/onlinedocs/gcc-3.4.2/gcc/X86-Built_002din-Functions.html

可以先看前两个链接,对内建函数有一定的了解。然后第三个链接介绍了大量的相关函数,可惜没有具体的功能介绍啊,郁闷。

(4)http://ds9a.nl/gcc-simd/example.html

原文地址:https://www.cnblogs.com/liuyalunuli/p/4142132.html