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

Method zero

Source/astcenc_vecmathlib_rvv_n.h:103–106  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

101 * @brief Factory that returns a vector of zeros.
102 */
103 static ASTCENC_SIMD_INLINE vfloat zero()
104 {
105 return vfloat(0.0f);
106 }
107
108 /**
109 * @brief Factory that returns a replicated scalar loaded from memory.

Callers

nothing calls this directly

Calls 1

vfloatClass · 0.85

Tested by

no test coverage detected