* @brief True if all lanes are enabled, false otherwise. */
| 432 | * @brief True if all lanes are enabled, false otherwise. |
| 433 | */ |
| 434 | ASTCENC_SIMD_INLINE bool all(vmask4 a) |
| 435 | { |
| 436 | return vminvq_u32(a.m) != 0; |
| 437 | } |
| 438 | |
| 439 | // ============================================================================ |
| 440 | // vint4 operators and functions |
nothing calls this directly
no outgoing calls
no test coverage detected