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

Method vmask

Source/astcenc_vecmathlib_rvv_n.h:253–256  ·  view source on GitHub ↗

* @brief Construct from an existing SIMD register. */

Source from the content-addressed store, hash-verified

251 * @brief Construct from an existing SIMD register.
252 */
253 ASTCENC_SIMD_INLINE explicit vmask(vbool_t a)
254 {
255 m = a;
256 }
257
258 /**
259 * @brief Construct from 1 scalar value.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected