Blaze 3.9
Alignment.h
Go to the documentation of this file.
1//=================================================================================================
33//=================================================================================================
34
35#ifndef _BLAZE_SYSTEM_ALIGNMENT_H_
36#define _BLAZE_SYSTEM_ALIGNMENT_H_
37
38
39//*************************************************************************************************
40// Includes
41//*************************************************************************************************
42
45
46
47namespace blaze {
48
49//=================================================================================================
50//
51// ALIGNMENT FLAG
52//
53//=================================================================================================
54
55//*************************************************************************************************
76//*************************************************************************************************
77
78} // namespace blaze
79
80#endif
Header file for the alignment flag enumeration.
Configuration of the default alignment for all vectors and matrices of the Blaze library.
#define BLAZE_DEFAULT_ALIGNMENT_FLAG
The default alignment for all vectors and matrices of the Blaze library.
Definition: Alignment.h:67
AlignmentFlag
Alignment flag for (un-)aligned vectors and matrices.
Definition: AlignmentFlag.h:63
constexpr AlignmentFlag defaultAlignmentFlag
The default alignment for all vectors and matrices of the Blaze library.
Definition: Alignment.h:75