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

Method load1

Source/astcenc_vecmathlib_rvv_n.h:111–114  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

109 * @brief Factory that returns a replicated scalar loaded from memory.
110 */
111 static ASTCENC_SIMD_INLINE vfloat load1(const float* p)
112 {
113 return vfloat(*p);
114 }
115
116 /**
117 * @brief Factory that returns a vector loaded from 32B aligned memory.

Callers

nothing calls this directly

Calls 1

vfloatClass · 0.85

Tested by

no test coverage detected