Intel® C++ Compiler 16.0 User and Reference Guide

_mm512_castsi512_pd

Casts integer vectors elements as float64 vector elements. There is no corresponding instruction. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).

Syntax

extern __m512d __cdecl _mm512_castsi512_pd(_m512i in);

Parameters

in

Vector used for casting operation

Description

Performs an element-by-element conversion/casting of integer vector elements to float64 vector elements without any change in value.

Returns

Returns the result of the casting operation.