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

Method load1

Source/astcenc_vecmathlib_rvv_n.h:205–208  ·  view source on GitHub ↗

* @brief Factory that returns a replicated scalar loaded from memory. */

Source from the content-addressed store, hash-verified

203 * @brief Factory that returns a replicated scalar loaded from memory.
204 */
205 static ASTCENC_SIMD_INLINE vint load1(const int* p)
206 {
207 return vint(*p);
208 }
209
210 /**
211 * @brief Factory that returns a vector loaded from unaligned memory.

Callers

nothing calls this directly

Calls 1

vintClass · 0.85

Tested by

no test coverage detected