mattkretz / wg21-papers

my papers to WG21 — the C++ committee
5 stars 7 forks source link

Return type of simd::size() and simd_mask::size() #72

Closed mattkretz closed 1 year ago

mattkretz commented 5 years ago

The return type of size() in simd and simd_mask is specified to be std::size_t. This is for consistency with all other size() functions in the STL. However: