CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
mathSSE::ZeroUpper Struct Reference

#include <SSEVec.h>

Public Member Functions

 ZeroUpper ()
 
 ~ZeroUpper ()
 

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.

32  {
33 #ifdef __AVX__
34  _mm256_zeroupper();
35 #endif
36  }
mathSSE::ZeroUpper::~ZeroUpper ( )
inline

Definition at line 37 of file SSEVec.h.

37  {
38 #ifdef __AVX__
39  _mm256_zeroupper();
40 #endif
41  }