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

Method loada

Source/astcenc_vecmathlib_sve_8.h:199–202  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

197 * @brief Factory that returns a vector loaded from 32B aligned memory.
198 */
199 static ASTCENC_SIMD_INLINE vint8 loada(const int* p)
200 {
201 return vint8(p);
202 }
203
204 /**
205 * @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