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 33 of file SSEVec.h.

Constructor & Destructor Documentation

mathSSE::ZeroUpper::ZeroUpper ( )
inline

Definition at line 34 of file SSEVec.h.

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

Definition at line 39 of file SSEVec.h.

39  {
40 #ifdef __AVX__
41  _mm256_zeroupper();
42 #endif
43  }