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_storeu_si256</span>

Moves values from a integer vector to an unaligned memory location. The corresponding Intel® AVX instruction is VMOVDQU.

Syntax

extern void _mm256_storeu_si256(__m256i *a, __m256i b);

Arguments

*a

pointer to a memory location that can hold scalar integer values

b

integer vector

Description

Performs a store operation by moving integer values from a 256-bit integer vector, b, to a 256-bit unaligned memory location, pointed to by a.

Returns

Nothing.