SIMD
 All Functions Variables Groups
Integer: Load and store operations

Functions

__m128i _mm_lddqu_si128 (__m128i const *__P)
 Loads 128-bits data:

Detailed Description

Function Documentation

__m128i _mm_lddqu_si128 ( __m128i const *  __P)

Loads 128-bits data:

  • if data is 16-byte aligned, performs as _mm_load_si128
  • otherwise,