* @brief True if all lanes are enabled, false otherwise. */
| 315 | * @brief True if all lanes are enabled, false otherwise. |
| 316 | */ |
| 317 | ASTCENC_SIMD_INLINE bool all(vmask8 a) |
| 318 | { |
| 319 | return mask(a) == 0xFF; |
| 320 | } |
| 321 | |
| 322 | // ============================================================================ |
| 323 | // vint8 operators and functions |