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

Method load1

Source/astcenc_vecmathlib_sse_4.h:289–292  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

287 * @brief Factory that returns a replicated scalar loaded from memory.
288 */
289 static ASTCENC_SIMD_INLINE vint4 load1(const int* p)
290 {
291 return vint4(*p);
292 }
293
294 /**
295 * @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