35 #ifndef _BLAZE_UTIL_MISALIGNMENT_H_
36 #define _BLAZE_UTIL_MISALIGNMENT_H_
67 template<
typename T >
BLAZE_ALWAYS_INLINE size_t misalignment(const T *address)
Computes the misalignment of the given address.
Definition: Misalignment.h:68
Header file for the AlignmentOf type trait.
Header file for basic type definitions.
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
#define BLAZE_ALWAYS_INLINE
Platform dependent setup of an enforced inline keyword.
Definition: Inline.h:85
System settings for the inline keywords.
Evaluation of the required alignment of the given data type.The AlignmentOf type trait template evalu...
Definition: AlignmentOf.h:77