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

Method loada

Source/astcenc_vecmathlib_neon_4.h:132–135  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

130 * @brief Factory that returns a vector loaded from 16B aligned memory.
131 */
132 static ASTCENC_SIMD_INLINE vfloat4 loada(const float* p)
133 {
134 return vfloat4(vld1q_f32(p));
135 }
136
137 /**
138 * @brief Return a swizzled float 2.

Callers

nothing calls this directly

Calls 1

vfloat4Class · 0.70

Tested by

no test coverage detected