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

Method loada

Source/astcenc_vecmathlib_none_4.h:137–140  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

135 * @brief Factory that returns a vector loaded from aligned memory.
136 */
137 static ASTCENC_SIMD_INLINE vfloat4 loada(const float* p)
138 {
139 return vfloat4(p);
140 }
141
142 /**
143 * @brief Return a swizzled float 2.

Callers

nothing calls this directly

Calls 1

vfloat4Class · 0.70

Tested by

no test coverage detected