MCPcopy Create free account
hub / github.com/ARM-software/astc-encoder / sqrt

Function sqrt

Source/astcenc_vecmathlib_rvv_n.h:900–903  ·  view source on GitHub ↗

* @brief Return the sqrt of the lanes in the vector. */

Source from the content-addressed store, hash-verified

898 * @brief Return the sqrt of the lanes in the vector.
899 */
900ASTCENC_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;

Callers

nothing calls this directly

Calls 1

vfloatClass · 0.85

Tested by

no test coverage detected