Intel® C++ Compiler 16.0 User and Reference Guide

_mm512_set1_epi64

Sets elements to equal specified long integer value. There is no corresponding instruction. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).

Syntax

extern __m512i __cdecl _mm512_set1_epi64(__int64 a);

Parameters

a

long integer value

Description

Sets all eight elements of the int64 result vector to equal the long integer value specified by a.

Returns

Returns an int64 vector with eight elements, each equal to the long integer value, a.