【问题标题】:What is the method of storing contents of _m128i into an int array?将 _m128i 的内容存储到 int 数组中的方法是什么?
【发布时间】:2017-03-25 15:35:33
【问题描述】:

我们有内在的_mm_storeu_ps__m128 存储到一个浮点数组中。但是,我看不到整数的任何等效项。我期待像_mm_storeu_epi32 这样的东西,但那不存在。那么,将_m128i 存储到 int 数组中的方法是什么?

【问题讨论】:

    标签: x86 sse simd intrinsics


    【解决方案1】:

    它的名字是_mm_storeu_si128()

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-07-18
      • 1970-01-01
      • 2013-01-20
      • 2016-07-21
      • 2018-02-10
      • 2013-11-24
      相关资源
      最近更新 更多