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

Method loada

Source/astcenc_vecmathlib_none_4.h:283–286  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

281 * @brief Factory that returns a vector loaded from 16B aligned memory.
282 */
283 static ASTCENC_SIMD_INLINE vint4 loada(const int* p)
284 {
285 return vint4(p);
286 }
287
288 /**
289 * @brief Factory that returns a vector containing the lane IDs.

Callers

nothing calls this directly

Calls 1

vint4Class · 0.70

Tested by

no test coverage detected