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

Method loada

Source/astcenc_vecmathlib_rvv_n.h:119–122  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

117 * @brief Factory that returns a vector loaded from 32B aligned memory.
118 */
119 static ASTCENC_SIMD_INLINE vfloat loada(const float* p)
120 {
121 return vfloat(p);
122 }
123
124 /**
125 * @brief The vector ...

Callers

nothing calls this directly

Calls 1

vfloatClass · 0.85

Tested by

no test coverage detected