Argon 0.1.0
|
Represents a single lane of a SIMD vector, where the lane's index is known at compile time. More...
#include <lane.hpp>
Represents a single lane of a SIMD vector, where the lane's index is known at compile time.
VectorType | The type of the SIMD vector. |
LaneIndex | The index of the lane in the SIMD vector. |
This class provides access to a single lane of a SIMD vector, allowing for operations on that lane.