#include <simd_data.hpp>
template<typename T>
std::bit_cast<storage_type<T>>(t);
std::bit_cast<T>(s);
};
}
typename detail::storage_type_impl< T >::type storage_type
The type used to store T in a simd_data_t.
Definition at line 63 of file simd_data.hpp.