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

Method load1

Source/astcenc_vecmathlib_none_4.h:265–268  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

263 * @brief Factory that returns a replicated scalar loaded from memory.
264 */
265 static ASTCENC_SIMD_INLINE vint4 load1(const int* p)
266 {
267 return vint4(*p);
268 }
269
270 /**
271 * @brief Factory that returns a vector loaded from unaligned memory.

Callers

nothing calls this directly

Calls 1

vint4Class · 0.70

Tested by

no test coverage detected