/* Convert first element of F32vec4 to int with truncation */ inline int F32vec4ToInt(const F32vec4 &a) { return _mm_cvtt_ss2si(a); }
70,037
社区成员
243,243
社区内容
加载中
试试用AI创作助手写篇文章吧