Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想执行 SIMD 操作,例如,在带有 Hexagon 的 MAC 循环上。虽然有诸如乘法累加向量数据的内在函数,但我没有找到向量内存加载和存储的任何 C 内函数。
有没有或者我需要编写 asm 代码来做到这一点?