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

Function sqrt

Source/astcenc_vecmathlib_sse_4.h:875–878  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

873 * @brief Return the sqrt of the lanes in the vector.
874 */
875ASTCENC_SIMD_INLINE vfloat4 sqrt(vfloat4 a)
876{
877 return vfloat4(_mm_sqrt_ps(a.m));
878}
879
880/**
881 * @brief Return lanes from @c b if @c cond is set, else @c a.

Callers

nothing calls this directly

Calls 1

vfloat4Class · 0.70

Tested by

no test coverage detected