1 #ifndef CBM_KF_F32vec1_H 2 #define CBM_KF_F32vec1_H 35 operator float()
const {
return v; }
78 #define _op(A, B, O) \ 106 z[0] = (a[0]) ? b[0] : c[0];
111 #define NotEmpty(a) bool((a)[0]) 112 #define Empty(a) !(bool((a)[0])) 139 #define _fvecalignment 142 template <
typename T>
151 template <
typename T>
friend F32vec1 operator>(const F32vec1 &a, const F32vec1 &b)
friend void operator*=(F32vec1 &a, const F32vec1 &b)
friend F32vec1 operator!(const F32vec1 &a)
friend void operator-=(F32vec1 &a, const F32vec1 &b)
friend ostream & operator<<(ostream &strm, const F32vec1 &a)
friend void operator+=(F32vec1 &a, const F32vec1 &b)
friend F32vec1 operator|(const F32vec1 &a, const F32vec1 &b)
friend istream & operator>>(istream &strm, F32vec1 &a)
nsL1::vector< fvec >::TSimd vector_fvec
friend F32vec1 if3(const F32vec1 &a, const F32vec1 &b, const F32vec1 &c)
friend F32vec1 rcp(const F32vec1 &a)
friend F32vec1 operator<(const F32vec1 &a, const F32vec1 &b)
float & operator[](int i)
friend F32vec1 operator &(const F32vec1 &a, const F32vec1 &b)
friend F32vec1 operator>=(const F32vec1 &a, const F32vec1 &b)
friend void operator/=(F32vec1 &a, const F32vec1 &b)
friend F32vec1 operator||(const F32vec1 &a, const F32vec1 &b)
friend F32vec1 bool2int(const F32vec1 &a)
float operator[](int i) const
friend F32vec1 operator<=(const F32vec1 &a, const F32vec1 &b)