- change the uses of abi_for_size to simd_abi::deduce.
- remove the const in const_where_expression's template.
Details
Details
- Reviewers
mclow.lists EricWF
Diff Detail
Diff Detail
- Build Status
Buildable 16245 Build 16245: arc lint + arc unit
Event Timeline
Comment Actions
A few comments; more to come after the earlier patches land.
libcxx/include/experimental/simd | ||
---|---|---|
1429 | Is this deliberately incomplete? The member type shall be present if and only if:
Will a later patch fix this up? | |
1725 | We don't need the comments any more that P0820 has been adopted. | |
1732 | Isn't this now named split? |
Is this deliberately incomplete?
Comparing to N4755 - I see:
The member type shall be present if and only if:
Will a later patch fix this up?