Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:714:1: error: '_mm_andnot_si128' was not declared in this scope
- IVEC128_SELECT(s16,u16,8,lt,c,d)
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'I16vec8 select_lt(const Is16vec8&, const Is16vec8&, const I16vec8&, const I16vec8&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:715:1: error: '_mm_andnot_si128' was not declared in this scope
- IVEC128_SELECT(s16,16,8,lt,c,d)
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In constructor 'F64vec2::F64vec2(double, double)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:729:55: error: '_mm_set_pd' was not declared in this scope
- F64vec2(double d1,double d0) { vec= _mm_set_pd(d1,d0); }
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In constructor 'F64vec2::F64vec2(double)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:731:51: error: '_mm_set1_pd' was not declared in this scope
- EXPLICIT F64vec2(double d) { vec = _mm_set1_pd(d); }
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'F64vec2 operator&(const F64vec2&, const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:735:87: error: '_mm_and_pd' was not declared in this scope
- friend F64vec2 operator &(const F64vec2 &a,const F64vec2 &b) { return _mm_and_pd(a,b); }
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'F64vec2 operator|(const F64vec2&, const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:736:86: error: '_mm_or_pd' was not declared in this scope
- friend F64vec2 operator |(const F64vec2 &a,const F64vec2 &b) { return _mm_or_pd(a,b); }
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'F64vec2 operator^(const F64vec2&, const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:737:87: error: '_mm_xor_pd' was not declared in this scope
- friend F64vec2 operator ^(const F64vec2 &a,const F64vec2 &b) { return _mm_xor_pd(a,b); }
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'F64vec2 operator+(const F64vec2&, const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:739:87: error: '_mm_add_pd' was not declared in this scope
- friend F64vec2 operator +(const F64vec2 &a,const F64vec2 &b) { return _mm_add_pd(a,b); }
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'F64vec2 operator-(const F64vec2&, const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:740:87: error: '_mm_sub_pd' was not declared in this scope
- friend F64vec2 operator -(const F64vec2 &a,const F64vec2 &b) { return _mm_sub_pd(a,b); }
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'F64vec2 operator*(const F64vec2&, const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:741:87: error: '_mm_mul_pd' was not declared in this scope
- friend F64vec2 operator *(const F64vec2 &a,const F64vec2 &b) { return _mm_mul_pd(a,b); }
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'F64vec2 operator/(const F64vec2&, const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:742:87: error: '_mm_div_pd' was not declared in this scope
- friend F64vec2 operator /(const F64vec2 &a,const F64vec2 &b) { return _mm_div_pd(a,b); }
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In member function 'F64vec2& F64vec2::operator+=(F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:744:69: error: '_mm_add_pd' was not declared in this scope
- F64vec2& operator +=(F64vec2 &a) { return *this = _mm_add_pd(vec,a); }
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In member function 'F64vec2& F64vec2::operator-=(F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:745:69: error: '_mm_sub_pd' was not declared in this scope
- F64vec2& operator -=(F64vec2 &a) { return *this = _mm_sub_pd(vec,a); }
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In member function 'F64vec2& F64vec2::operator*=(F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:746:69: error: '_mm_mul_pd' was not declared in this scope
- F64vec2& operator *=(F64vec2 &a) { return *this = _mm_mul_pd(vec,a); }
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In member function 'F64vec2& F64vec2::operator/=(F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:747:69: error: '_mm_div_pd' was not declared in this scope
- F64vec2& operator /=(F64vec2 &a) { return *this = _mm_div_pd(vec,a); }
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In member function 'F64vec2& F64vec2::operator&=(F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:748:69: error: '_mm_and_pd' was not declared in this scope
- F64vec2& operator &=(F64vec2 &a) { return *this = _mm_and_pd(vec,a); }
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In member function 'F64vec2& F64vec2::operator|=(F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:749:68: error: '_mm_or_pd' was not declared in this scope
- F64vec2& operator |=(F64vec2 &a) { return *this = _mm_or_pd(vec,a); }
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In member function 'F64vec2& F64vec2::operator^=(F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:750:69: error: '_mm_xor_pd' was not declared in this scope
- F64vec2& operator ^=(F64vec2 &a) { return *this = _mm_xor_pd(vec,a); }
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'double add_horizontal(F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:754:54: error: '_mm_shuffle_pd' was not declared in this scope
- F64vec2 ftemp = _mm_add_sd(a,_mm_shuffle_pd(a,a,1));
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:754:55: error: '_mm_add_sd' was not declared in this scope
- F64vec2 ftemp = _mm_add_sd(a,_mm_shuffle_pd(a,a,1));
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'F64vec2 andnot(const F64vec2&, const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:758:86: error: '_mm_andnot_pd' was not declared in this scope
- friend F64vec2 andnot(const F64vec2 &a,const F64vec2 &b) { return _mm_andnot_pd(a,b); }
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'F64vec2 sqrt(const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:760:63: error: '_mm_sqrt_pd' was not declared in this scope
- friend F64vec2 sqrt(const F64vec2 &a) { return _mm_sqrt_pd(a); }
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'F64vec2 cmpeq(const F64vec2&, const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:763:3: error: '_mm_cmpeq_pd' was not declared in this scope
- F64vec2_COMP(eq)
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'F64vec2 cmplt(const F64vec2&, const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:764:5: error: '_mm_cmplt_pd' was not declared in this scope
- F64vec2_COMP(lt)
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'F64vec2 cmple(const F64vec2&, const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:765:5: error: '_mm_cmple_pd' was not declared in this scope
- F64vec2_COMP(le)
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'F64vec2 cmpgt(const F64vec2&, const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:766:5: error: '_mm_cmpgt_pd' was not declared in this scope
- F64vec2_COMP(gt)
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'F64vec2 cmpge(const F64vec2&, const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:767:5: error: '_mm_cmpge_pd' was not declared in this scope
- F64vec2_COMP(ge)
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'F64vec2 cmpngt(const F64vec2&, const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:768:5: error: '_mm_cmpngt_pd' was not declared in this scope
- F64vec2_COMP(ngt)
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'F64vec2 cmpnge(const F64vec2&, const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:769:5: error: '_mm_cmpnge_pd' was not declared in this scope
- F64vec2_COMP(nge)
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'F64vec2 cmpneq(const F64vec2&, const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:770:5: error: '_mm_cmpneq_pd' was not declared in this scope
- F64vec2_COMP(neq)
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'F64vec2 cmpnlt(const F64vec2&, const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:771:5: error: '_mm_cmpnlt_pd' was not declared in this scope
- F64vec2_COMP(nlt)
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'F64vec2 cmpnle(const F64vec2&, const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:772:5: error: '_mm_cmpnle_pd' was not declared in this scope
- F64vec2_COMP(nle)
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'F64vec2 simd_min(const F64vec2&, const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:775:87: error: '_mm_min_pd' was not declared in this scope
- friend F64vec2 simd_min(const F64vec2 &a,const F64vec2 &b) { return _mm_min_pd(a,b); }
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'F64vec2 simd_max(const F64vec2&, const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:776:85: error: '_mm_max_pd' was not declared in this scope
- friend F64vec2 simd_max(const F64vec2 &a,const F64vec2 &b) { return _mm_max_pd(a,b); }
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'int comieq(const F64vec2&, const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:779:3: error: '_mm_comieq_sd' was not declared in this scope
- F64vec2_COMI(eq)
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'int comilt(const F64vec2&, const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:780:5: error: '_mm_comilt_sd' was not declared in this scope
- F64vec2_COMI(lt)
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'int comile(const F64vec2&, const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:781:5: error: '_mm_comile_sd' was not declared in this scope
- F64vec2_COMI(le)
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'int comigt(const F64vec2&, const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:782:5: error: '_mm_comigt_sd' was not declared in this scope
- F64vec2_COMI(gt)
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'int comige(const F64vec2&, const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:783:5: error: '_mm_comige_sd' was not declared in this scope
- F64vec2_COMI(ge)
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'int comineq(const F64vec2&, const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:784:5: error: '_mm_comineq_sd' was not declared in this scope
- F64vec2_COMI(neq)
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'int ucomieq(const F64vec2&, const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:788:5: error: '_mm_ucomieq_sd' was not declared in this scope
- F64vec2_UCOMI(eq)
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'int ucomilt(const F64vec2&, const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:789:5: error: '_mm_ucomilt_sd' was not declared in this scope
- F64vec2_UCOMI(lt)
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'int ucomile(const F64vec2&, const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:790:5: error: '_mm_ucomile_sd' was not declared in this scope
- F64vec2_UCOMI(le)
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'int ucomigt(const F64vec2&, const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:791:5: error: '_mm_ucomigt_sd' was not declared in this scope
- F64vec2_UCOMI(gt)
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'int ucomige(const F64vec2&, const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:792:5: error: '_mm_ucomige_sd' was not declared in this scope
- F64vec2_UCOMI(ge)
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'int ucomineq(const F64vec2&, const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:793:5: error: '_mm_ucomineq_sd' was not declared in this scope
- F64vec2_UCOMI(neq)
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'F64vec2 unpack_low(const F64vec2&, const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:819:90: error: '_mm_unpacklo_pd' was not declared in this scope
- inline F64vec2 unpack_low(const F64vec2 &a,const F64vec2 &b) { return _mm_unpacklo_pd(a,b); }
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'F64vec2 unpack_high(const F64vec2&, const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:820:91: error: '_mm_unpackhi_pd' was not declared in this scope
- inline F64vec2 unpack_high(const F64vec2 &a,const F64vec2 &b) { return _mm_unpackhi_pd(a,b); }
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'int move_mask(const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:821:66: error: '_mm_movemask_pd' was not declared in this scope
- inline int move_mask(const F64vec2 &a) { return _mm_movemask_pd(a); }
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'void loadu(F64vec2&, double*)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:822:61: error: '_mm_loadu_pd' was not declared in this scope
- inline void loadu(F64vec2 &a,double *p) { a = _mm_loadu_pd(p); }
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'void storeu(double*, const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:823:67: error: '_mm_storeu_pd' was not declared in this scope
- inline void storeu(double *p,const F64vec2 &a) { _mm_storeu_pd(p,a); }
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'void store_nta(double*, F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:824:64: error: '_mm_stream_pd' was not declared in this scope
- inline void store_nta(double *p,F64vec2 &a) { _mm_stream_pd(p,a); }
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'F64vec2 select_eq(const F64vec2&, const F64vec2&, const F64vec2&, const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:827:1: error: '_mm_cmpeq_pd' was not declared in this scope
- F64vec2_SELECT(eq)
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:827:1: error: '_mm_andnot_pd' was not declared in this scope
- F64vec2_SELECT(eq)
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'F64vec2 select_lt(const F64vec2&, const F64vec2&, const F64vec2&, const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:828:1: error: '_mm_cmplt_pd' was not declared in this scope
- F64vec2_SELECT(lt)
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:828:1: error: '_mm_andnot_pd' was not declared in this scope
- F64vec2_SELECT(lt)
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'F64vec2 select_le(const F64vec2&, const F64vec2&, const F64vec2&, const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:829:1: error: '_mm_cmple_pd' was not declared in this scope
- F64vec2_SELECT(le)
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:829:1: error: '_mm_andnot_pd' was not declared in this scope
- F64vec2_SELECT(le)
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'F64vec2 select_gt(const F64vec2&, const F64vec2&, const F64vec2&, const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:830:1: error: '_mm_cmpgt_pd' was not declared in this scope
- F64vec2_SELECT(gt)
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:830:1: error: '_mm_andnot_pd' was not declared in this scope
- F64vec2_SELECT(gt)
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'F64vec2 select_ge(const F64vec2&, const F64vec2&, const F64vec2&, const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:831:1: error: '_mm_cmpge_pd' was not declared in this scope
- F64vec2_SELECT(ge)
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:831:1: error: '_mm_andnot_pd' was not declared in this scope
- F64vec2_SELECT(ge)
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'F64vec2 select_neq(const F64vec2&, const F64vec2&, const F64vec2&, const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:832:1: error: '_mm_cmpneq_pd' was not declared in this scope
- F64vec2_SELECT(neq)
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:832:1: error: '_mm_andnot_pd' was not declared in this scope
- F64vec2_SELECT(neq)
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'F64vec2 select_nlt(const F64vec2&, const F64vec2&, const F64vec2&, const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:833:1: error: '_mm_cmpnlt_pd' was not declared in this scope
- F64vec2_SELECT(nlt)
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:833:1: error: '_mm_andnot_pd' was not declared in this scope
- F64vec2_SELECT(nlt)
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'F64vec2 select_nle(const F64vec2&, const F64vec2&, const F64vec2&, const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:834:1: error: '_mm_cmpnle_pd' was not declared in this scope
- F64vec2_SELECT(nle)
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:834:1: error: '_mm_andnot_pd' was not declared in this scope
- F64vec2_SELECT(nle)
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'int F64vec2ToInt(const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:837:69: error: '_mm_cvttsd_si32' was not declared in this scope
- inline int F64vec2ToInt(const F64vec2 &a) { return _mm_cvttsd_si32(a); }
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'F64vec2 F32vec4ToF64vec2(const F32vec4&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:838:74: error: '_mm_cvtps_pd' was not declared in this scope
- inline F64vec2 F32vec4ToF64vec2(const F32vec4 &a) { return _mm_cvtps_pd(a); }
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'F32vec4 F64vec2ToF32vec4(const F64vec2&)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:839:74: error: '_mm_cvtpd_ps' was not declared in this scope
- inline F32vec4 F64vec2ToF32vec4(const F64vec2 &a) { return _mm_cvtpd_ps(a); }
- ^
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h: In function 'F64vec2 IntToF64vec2(const F64vec2&, int)':
- c:\worktools\mingw_x32\i686-w64-mingw32\include\dvec.h:840:80: error: '_mm_cvtsi32_sd' was not declared in this scope
- inline F64vec2 IntToF64vec2(const F64vec2 &a,int b) { return _mm_cvtsi32_sd(a,b); }
- ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement