MCPcopy Create free account
hub / github.com/ARM-software/astc-encoder / loada

Method loada

Source/astcenc_vecmathlib_avx2_8.h:201–204  ·  view source on GitHub ↗

* @brief Factory that returns a vector loaded from 32B aligned memory. */

Source from the content-addressed store, hash-verified

199 * @brief Factory that returns a vector loaded from 32B aligned memory.
200 */
201 static ASTCENC_SIMD_INLINE vint8 loada(const int* p)
202 {
203 return vint8(_mm256_load_si256(reinterpret_cast<const __m256i*>(p)));
204 }
205
206 /**
207 * @brief Factory that returns a vector containing the lane IDs.

Callers

nothing calls this directly

Calls 1

vint8Class · 0.70

Tested by

no test coverage detected