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

Method loada

Source/astcenc_vecmathlib_sse_4.h:140–143  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

vfloat4Class · 0.70

Tested by

no test coverage detected