* @brief Return vector length of type. */
| 93 | * @brief Return vector length of type. |
| 94 | */ |
| 95 | static ASTCENC_SIMD_INLINE size_t vl() |
| 96 | { |
| 97 | return __riscv_vsetvlmax_e32m1(); |
| 98 | } |
| 99 | |
| 100 | /** |
| 101 | * @brief Factory that returns a vector of zeros. |
nothing calls this directly
no outgoing calls
no test coverage detected