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

_serialize

Synopsis

void _serialize ()
Type Value
Header file #include <immintrin.h>
Instruction SERIALIZE
CPUID flags SERIALIZE

Description

Serialize instruction execution, ensuring all modifications to flags, registers, and memory by previous instructions are completed before the next instruction is fetched.

Technology

Other

Category

General Support