Argon 0.1.0
Loading...
Searching...
No Matches
argon::Lane< VectorType > Class Template Reference

Represents a single lane of a SIMD vector. More...

#include <lane.hpp>

Public Member Functions

ace Lane (VectorType &vec, const int lane)
ace argon_type operator= (const scalar_type b)
ace argon_type Load (const scalar_type *ptr)
ace argon_type Set (const scalar_type b)
ace scalar_type Get () const
ace operator scalar_type () const
ace neon::Vec64_t< scalar_type > vec ()
ace int lane ()

Detailed Description

template<typename VectorType>
class argon::Lane< VectorType >

Represents a single lane of a SIMD vector.

Template Parameters
VectorTypeThe type of the SIMD vector.

This class provides access to a single lane of a SIMD vector, allowing for operations on that lane.


The documentation for this class was generated from the following file: