Intel® C++ Compiler Classic Developer Guide and Reference

ID 767249
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

<span class='option'>_mm256_setzero_si256</span>

Sets integer YMM registers to zero. No corresponding Intel® AVX instruction.

Syntax

extern __m256i _mm256_setzero_si256(void);

Arguments

None

Description

Sets all the elements of an integer vector to zero and returns the integer vector. This is a utility intrinsic that helps during programming.

Returns

An integer vector with all elements set to zero.