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