将_m128i的内容存储到int数组中的方法是什么? [英] What is the method of storing contents of _m128i into an int array?

查看:336
本文介绍了将_m128i的内容存储到int数组中的方法是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们有固有的_mm_storeu_ps可以将__m128存储到一个浮点数组中.但是,我看不到任何等效的整数.我期待的是类似_mm_storeu_epi32的东西,但是那不存在.那么,将_m128i存储到int数组中的方式是什么?

We have the intrinsic _mm_storeu_ps to store __m128 into a float array. However, I don't see any equivalent for integers. I was expecting something like _mm_storeu_epi32, but that doesn't exist. So, what is the way of storing a _m128i into an int array?

推荐答案

其名称为 查看全文

登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆