Home | History | Annotate | Download | only in include

Lines Matching refs:_mm_or_pd

736   friend F64vec2 operator |(const F64vec2 &a,const F64vec2 &b) { return _mm_or_pd(a,b); }
749 F64vec2& operator |=(F64vec2 &a) { return *this = _mm_or_pd(vec,a); }