Intel® C++ Compiler Classic Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-DF5032C4-726D-4DE4-A8CA-C653CB2BAE4B
Visible to Intel only — GUID: GUID-DF5032C4-726D-4DE4-A8CA-C653CB2BAE4B
_mm256_cvtsd_f64
Extracts a double precision floating point value.
double _mm256_cvtsd_f64(__m256d a); |
a |
float64 source vector |
This intrinsic extracts a double precision floating point value from the first vector element of an __m256d. It does so in the most efficient manner possible in the context used.
Result of the conversion operation.