PandaRoot
nsL1 Namespace Reference

Classes

class  SimdAlloc
 
struct  vector
 

Typedefs

typedef nsL1::vector< fvec >::TSimd vector_fvec
 

Functions

template<class T1 , class T2 >
bool operator== (const SimdAlloc< T1 > &, const SimdAlloc< T2 > &) throw ()
 
template<class T1 , class T2 >
bool operator!= (const SimdAlloc< T1 > &, const SimdAlloc< T2 > &) throw ()
 

Typedef Documentation

◆ vector_fvec

typedef nsL1::vector< fvec >::TSimd nsL1::vector_fvec

Definition at line 148 of file PSEUDO_F32vec1.h.

Function Documentation

◆ operator!=()

template<class T1 , class T2 >
bool nsL1::operator!= ( const SimdAlloc< T1 > &  ,
const SimdAlloc< T2 > &   
)
throw (
)

Definition at line 121 of file std_alloc.h.

122 {
123  return false;
124 }

◆ operator==()

template<class T1 , class T2 >
bool nsL1::operator== ( const SimdAlloc< T1 > &  ,
const SimdAlloc< T2 > &   
)
throw (
)

Definition at line 116 of file std_alloc.h.

117 {
118  return true;
119 }