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

Method loada

Source/astcenc_vecmathlib_sve_8.h:108–111  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

106 * @brief Factory that returns a vector loaded from 32B aligned memory.
107 */
108 static ASTCENC_SIMD_INLINE vfloat8 loada(const float* p)
109 {
110 return vfloat8(p);
111 }
112
113 /**
114 * @brief The vector ...

Callers

nothing calls this directly

Calls 1

vfloat8Class · 0.70

Tested by

no test coverage detected