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

Method load1

Source/astcenc_vecmathlib_none_4.h:129–132  ·  view source on GitHub ↗

* @brief Factory that returns a replicated scalar loaded from memory. */

Source from the content-addressed store, hash-verified

127 * @brief Factory that returns a replicated scalar loaded from memory.
128 */
129 static ASTCENC_SIMD_INLINE vfloat4 load1(const float* p)
130 {
131 return vfloat4(*p);
132 }
133
134 /**
135 * @brief Factory that returns a vector loaded from aligned memory.

Callers

nothing calls this directly

Calls 1

vfloat4Class · 0.70

Tested by

no test coverage detected