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

Method zero

Source/astcenc_vecmathlib_sve_8.h:92–95  ·  view source on GitHub ↗

* @brief Factory that returns a vector of zeros. */

Source from the content-addressed store, hash-verified

90 * @brief Factory that returns a vector of zeros.
91 */
92 static ASTCENC_SIMD_INLINE vfloat8 zero()
93 {
94 return vfloat8(0.0f);
95 }
96
97 /**
98 * @brief Factory that returns a replicated scalar loaded from memory.

Callers

nothing calls this directly

Calls 1

vfloat8Class · 0.70

Tested by

no test coverage detected