alignas Union Reference#
ck::vector_type< T, 8, typename ck::enable_if_t<!is_native_type< T >()> >::alignas Union Reference
#include <dtype_vector.hpp>
Public Attributes | |
| d8_t | d8_ |
| StaticallyIndexedArray< d1_t, 8 > | d1x8_ |
| StaticallyIndexedArray< d2_t, 4 > | d2x4_ |
| StaticallyIndexedArray< d4_t, 2 > | d4x2_ |
| StaticallyIndexedArray< d8_t, 1 > | d8x1_ |
Member Data Documentation
◆ d1x8_
template<typename T>
| StaticallyIndexedArray<d1_t, 8> ck::vector_type< T, 8, typename ck::enable_if_t<!is_native_type< T >()> >::alignas::d1x8_ |
◆ d2x4_
template<typename T>
| StaticallyIndexedArray<d2_t, 4> ck::vector_type< T, 8, typename ck::enable_if_t<!is_native_type< T >()> >::alignas::d2x4_ |
◆ d4x2_
template<typename T>
| StaticallyIndexedArray<d4_t, 2> ck::vector_type< T, 8, typename ck::enable_if_t<!is_native_type< T >()> >::alignas::d4x2_ |
◆ d8_
template<typename T>
| d8_t ck::vector_type< T, 8, typename ck::enable_if_t<!is_native_type< T >()> >::alignas::d8_ |
◆ d8x1_
template<typename T>
| StaticallyIndexedArray<d8_t, 1> ck::vector_type< T, 8, typename ck::enable_if_t<!is_native_type< T >()> >::alignas::d8x1_ |
The documentation for this union was generated from the following file: