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

Method loada

Source/astcenc_vecmathlib_avx2_8.h:104–107  ·  view source on GitHub ↗

* @brief Factory that returns a vector loaded from 32B aligned memory. */

Source from the content-addressed store, hash-verified

102 * @brief Factory that returns a vector loaded from 32B aligned memory.
103 */
104 static ASTCENC_SIMD_INLINE vfloat8 loada(const float* p)
105 {
106 return vfloat8(_mm256_load_ps(p));
107 }
108
109 /**
110 * @brief The vector ...

Callers

nothing calls this directly

Calls 1

vfloat8Class · 0.70

Tested by

no test coverage detected