| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected