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

Method set_lane

Source/astcenc_vecmathlib_none_4.h:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 * @brief Set the scalar value of a single lane.
112 */
113 template <int l> ASTCENC_SIMD_INLINE void set_lane(float a)
114 {
115 m[l] = a;
116 }
117
118 /**
119 * @brief Factory that returns a vector of zeros.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected