Searched defs:PerLane (Results 1 – 1 of 1) sorted by relevance
55 struct PerLane struct57 sw::vec<T, N> operator[](int lane) const in operator []()66 std::array<sw::vec<T, Width>, N> elements;70 struct PerLane<T, 1> struct72 const T &operator[](int lane) const { return data[lane]; } in operator []()73 std::array<T, Width> data;