STLdoc
STLdocumentation
|
#include <dvec.h>
Public Member Functions | |
I128vec1 () | |
I128vec1 (__m128i mm) | |
I128vec1 & | operator= (const M128 &a) |
I128vec1 & | operator&= (const M128 &a) |
I128vec1 & | operator|= (const M128 &a) |
I128vec1 & | operator^= (const M128 &a) |
Public Member Functions inherited from M128 | |
M128 () | |
M128 (__m128i mm) | |
operator __m128i () const | |
M128 & | operator&= (const M128 &a) |
M128 & | operator|= (const M128 &a) |
M128 & | operator^= (const M128 &a) |
Additional Inherited Members | |
Protected Attributes inherited from M128 | |
__m128i | vec |
|
inline |