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

Method zero

Source/astcenc_vecmathlib_avx2_8.h:88–91  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

86 * @brief Factory that returns a vector of zeros.
87 */
88 static ASTCENC_SIMD_INLINE vfloat8 zero()
89 {
90 return vfloat8(_mm256_setzero_ps());
91 }
92
93 /**
94 * @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