Function core::arch::x86_64::_mm512_castps256_ps512
source · pub unsafe fn _mm512_castps256_ps512(a: __m256) -> __m512
🔬This is a nightly-only experimental API. (
stdsimd
#48556)Available on (x86 or x86-64) and target feature
avx512f
and x86-64 only.Expand description
将类型为 __m256 的 vector 强制转换为类型 __m512; 结果的高 256 位未定义。此内部函数仅用于编译,不会生成任何指令,因此具有零延迟。