Common base for vectorized functors.
More...
#include <vec_eval_functors.hpp>
|
| template<typename T > |
| static auto | load (T &&x, size_t i) |
| | Load a vector from lhs at position i. More...
|
| |
template<vector_mode_t V>
struct etl::detail::vectorized_base< V >
Common base for vectorized functors.
◆ load()
template<vector_mode_t V>
template<typename T >
Load a vector from lhs at position i.
- Parameters
-
| i | The index where to start loading from |
- Returns
- a vector from lhs starting at position i
The documentation for this struct was generated from the following file: