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

Method load1

Source/astcenc_vecmathlib_avx2_8.h:96–99  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

94 * @brief Factory that returns a replicated scalar loaded from memory.
95 */
96 static ASTCENC_SIMD_INLINE vfloat8 load1(const float* p)
97 {
98 return vfloat8(_mm256_broadcast_ss(p));
99 }
100
101 /**
102 * @brief Factory that returns a vector loaded from 32B aligned memory.

Callers

nothing calls this directly

Calls 1

vfloat8Class · 0.70

Tested by

no test coverage detected