mattkretz / wg21-papers

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

Modify `where` to return a `where_expression` with the `mask_type` of the `simd` type. #76

Open mattkretz opened 4 years ago

mattkretz commented 4 years ago

This is necessary since the identity simd<T, A>::mask_type == simd_mask<T, A> will not hold anymore.