Extracts a single precision floating point value.
float _mm256_cvtss_f32(__m256 a); |
a |
float32 source vector |
Extracts a single precision floating point value from the first vector element of an __m256. It does so in the most efficient manner possible in the context used.
Result of the conversion operation.