Function core::arch::x86::_mm512_castsi256_si512 [−][src]
pub unsafe fn _mm512_castsi256_si512(a: __m256i) -> __m512i
This is supported on x86 and target feature
avx512f
only.Expand description
将类型为 __m256i 的 vector 强制转换为类型 __m512i; 结果的高 256 位未定义。此内联函数仅用于编译,不会生成任何指令,因此延迟为零。