CMS 3D CMS Logo

Public Member Functions

mathSSE::ZeroUpper Struct Reference

#include <SSEVec.h>

List of all members.

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.

                {
#ifdef __AVX__
    _mm256_zeroupper();
#endif
    }
mathSSE::ZeroUpper::~ZeroUpper ( ) [inline]

Definition at line 37 of file SSEVec.h.

                {
#ifdef __AVX__
    _mm256_zeroupper();
#endif
    }