Intel® C++ Compiler Classic Developer Guide and Reference

ID 767249
Date 7/13/2023
Public
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