#include <SSEVec.h>
List of all members.
Detailed Description
Definition at line 31 of file SSEVec.h.
Constructor & Destructor Documentation
mathSSE::ZeroUpper::ZeroUpper |
( |
| ) |
[inline] |
Definition at line 32 of file SSEVec.h.
{
#ifdef __AVX__
_mm256_zeroupper();
#endif
}
mathSSE::ZeroUpper::~ZeroUpper |
( |
| ) |
[inline] |
Definition at line 37 of file SSEVec.h.
{
#ifdef __AVX__
_mm256_zeroupper();
#endif
}