* @brief Return the sqrt of the lanes in the vector. */
| 898 | * @brief Return the sqrt of the lanes in the vector. |
| 899 | */ |
| 900 | ASTCENC_SIMD_INLINE vfloat sqrt(vfloat a) |
| 901 | { |
| 902 | return vfloat(__riscv_vfsqrt(a.m, vfloat::vl())); |
| 903 | } |
| 904 | |
| 905 | /** |
| 906 | * @brief Load a vector of gathered results from an array; |