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

Method vl

Source/astcenc_vecmathlib_rvv_n.h:95–98  ·  view source on GitHub ↗

* @brief Return vector length of type. */

Source from the content-addressed store, hash-verified

93 * @brief Return vector length of type.
94 */
95 static ASTCENC_SIMD_INLINE size_t vl()
96 {
97 return __riscv_vsetvlmax_e32m1();
98 }
99
100 /**
101 * @brief Factory that returns a vector of zeros.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected