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

Method lane

Source/astcenc_vecmathlib_none_4.h:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 * @brief Get the scalar value of a single lane.
104 */
105 template <int l> ASTCENC_SIMD_INLINE float lane() const
106 {
107 return m[l];
108 }
109
110 /**
111 * @brief Set the scalar value of a single lane.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected