Created on 2025-03-24.00:00:00 last changed 1 week ago
Proposed resolution:
This wording is relative to N5008.
Modify [simd.traits] as indicated:
template<simd-size-type N, class V> struct resize { using type = see below; };[…]
-9- If `V` is a specialization of `basic_simd`, let `Abi1` denote an ABI tag such that basic_simd<T, Abi1>::size() equalsV::size()N. If `V` is a specialization of `basic_simd_mask`, let `Abi1` denote an ABI tag such that basic_simd_mask<sizeof(T), Abi1>::size() equalsV::size()N.
The wording actually requires the size to be left unchanged.
History | |||
---|---|---|---|
Date | User | Action | Args |
2025-03-27 17:02:59 | admin | set | messages: + msg14702 |
2025-03-24 00:00:00 | admin | create |