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

Method zero

Source/astcenc_vecmathlib_none_4.h:121–124  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

119 * @brief Factory that returns a vector of zeros.
120 */
121 static ASTCENC_SIMD_INLINE vfloat4 zero()
122 {
123 return vfloat4(0.0f);
124 }
125
126 /**
127 * @brief Factory that returns a replicated scalar loaded from memory.

Callers

nothing calls this directly

Calls 1

vfloat4Class · 0.70

Tested by

no test coverage detected