LIGHT_SYNC

Purpose

The LIGHT_SYNC directive ensures that all stores prior to LIGHT_SYNC complete before any new instructions can be executed on the processor that executed the LIGHT_SYNC directive. This allows you to synchronize between multiple processors with minimal performance impact, as LIGHT_SYNC does not wait for confirmation from each processor.

Syntax

Read syntax diagramSkip visual syntax diagram>>-LIGHT_SYNC--------------------------------------------------><