Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Microsoft Specific
This topic describes the load, set, and store operations, which let you load and store data to memory. The load and set operations are similar in that both initialize __m128i data. However, the set operations take various sizes of integer as arguments and are intended for initialization with constants, and the load operations take pointers as arguments to aligned or unaligned __m128i data and are intended for loading data from memory. The store operations also take pointers as arguments and are intended for storing data to memory.