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

Function sqrt

Source/astcenc_vecmathlib_avx2_8.h:912–915  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

910 * @brief Return the sqrt of the lanes in the vector.
911 */
912ASTCENC_SIMD_INLINE vfloat8 sqrt(vfloat8 a)
913{
914 return vfloat8(_mm256_sqrt_ps(a.m));
915}
916
917/**
918 * @brief Load a vector of gathered results from an array;

Callers

nothing calls this directly

Calls 1

vfloat8Class · 0.70

Tested by

no test coverage detected