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

Method load1

Source/astcenc_vecmathlib_sve_8.h:100–103  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

98 * @brief Factory that returns a replicated scalar loaded from memory.
99 */
100 static ASTCENC_SIMD_INLINE vfloat8 load1(const float* p)
101 {
102 return vfloat8(*p);
103 }
104
105 /**
106 * @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