22 #ifndef _BLAZE_UTIL_ALIGNMENTTRAIT_H_
23 #define _BLAZE_UTIL_ALIGNMENTTRAIT_H_
30 #include <boost/type_traits/alignment_of.hpp>
63 template<
typename T >
74 enum { value = boost::alignment_of<T>::value };
101 enum { value = 64UL };
103 enum { value = 32UL };
105 enum { value = 16UL };
107 enum { value = boost::alignment_of<float>::value };
126 enum { value = 64UL };
128 enum { value = 32UL };
130 enum { value = 16UL };
132 enum { value = boost::alignment_of<double>::value };