Commit cf01d718 authored by Rostyslav Geyyer's avatar Rostyslav Geyyer
Browse files

Fix non-native vector type of 1

parent 168e43c2
...@@ -1022,7 +1022,7 @@ struct non_native_vector_type<T, 1> ...@@ -1022,7 +1022,7 @@ struct non_native_vector_type<T, 1>
{ {
using Native_vec_ = non_native_vector_base<T, 1>; using Native_vec_ = non_native_vector_base<T, 1>;
using d1_t = Native_vec_; using d1_t = T;
using type = d1_t; using type = d1_t;
union alignas(next_pow2(1 * sizeof(T))) union alignas(next_pow2(1 * sizeof(T)))
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment