clang 19.0.0git
Functions
serializeintrin.h File Reference

Go to the source code of this file.

Functions

static __inline__ void __attribute__ ((__always_inline__, __nodebug__, __target__("serialize"))) _serialize(void)
 Serialize instruction fetch and execution.
 

Function Documentation

◆ __attribute__()

static __inline__ void __attribute__ ( (__always_inline__, __nodebug__, __target__("serialize"))  )
static

Serialize instruction fetch and execution.

This intrinsic corresponds to the SERIALIZE instruction.

Definition at line 24 of file serializeintrin.h.