* @brief Construct from an existing SIMD register. */
| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected