Intel® C++ Compiler 16.0 User and Reference Guide
Casts float64 vectors elements as float32 vector elements. There is no corresponding instruction. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).
extern _m512 __cdecl _mm512_castpd_ps(_m512d in); |
in |
Vector used for casting operation |
Performs an element-by-element conversion/casting of float64 vector elements to float32 vector elements without any change in value.
Returns the result of the casting operation.