Visible to Intel only — GUID: GUID-80E98A1B-991D-4C12-9A2E-663DA92D2C15
Visible to Intel only — GUID: GUID-80E98A1B-991D-4C12-9A2E-663DA92D2C15
<span class='option'> _mm256_castps256_ps128</span>
Typecasts 256-bit single-precision floating point values to 128-bit single-precision floating point values. No corresponding Intel® AVX instruction.
extern __m128 _mm256_castps256_ps128(__m256 a); |
a |
256-bit float32 source vector |
Performs a typecast operation from 256-bit single-precision floating point values to 128-bit single-precision floating point values.
The lower 128-bits of the source vector are passed unchanged to the result. This intrinsic does not introduce extra moves to the generated code.
A vector with 128-bit single-precision floating point values.