* @brief True if all lanes are enabled, false otherwise. */
| 339 | * @brief True if all lanes are enabled, false otherwise. |
| 340 | */ |
| 341 | ASTCENC_SIMD_INLINE bool all(vmask a) |
| 342 | { |
| 343 | return __riscv_vcpop(a.m, vmask::vl()) == vmask::vl(); |
| 344 | } |
| 345 | |
| 346 | // ============================================================================ |
| 347 | // vint operators and functions |
nothing calls this directly
no outgoing calls
no test coverage detected