Searched refs:simd (Results 1 – 1 of 1) sorted by relevance
92 friend std::ostream& operator<<(std::ostream& os, const SIMD128& simd);142 std::ostream& operator<<(std::ostream& os, const SIMD128& simd) { in operator <<() argument143 return simd.PrintEach(os, std::make_index_sequence<8>()); in operator <<()