Home | History | Annotate | Download | only in include

Lines Matching refs:_mm_add_pd

739   friend F64vec2 operator +(const F64vec2 &a,const F64vec2 &b) { return _mm_add_pd(a,b); }
744 F64vec2& operator +=(F64vec2 &a) { return *this = _mm_add_pd(vec,a); }