您的位置:首页 > 产品设计 > UI/UE

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

2014-12-04 10:02 190 查看
先来几个链接:

(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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐