search for: pointer_cmp_le_dep

Displaying 4 results from an estimated 4 matches for "pointer_cmp_le_dep".

Did you mean: pointer_cmp_ge_dep
2016 Feb 18
2
Proposal for new memory_order_consume definition
...Options include: o Provide new intrinsics that carry out the comparisons, but guarantee to preserve dependencies, as recommended by P0190R0 (std::pointer_cmp_eq_dep(), std::pointer_cmp_ne_dep(), std::pointer_cmp_gt_dep(), std::pointer_cmp_ge_dep(), std::pointer_cmp_lt_dep(), and std::pointer_cmp_le_dep()). o State that -any- comparison involving an unannotated pointer loses the dependency. o How is the common idiom of marking pointers by setting low-order bits to be supported when those pointers carry dependencies? At the moment, I believe that setting bits in pointers results in undefine...
2016 Feb 20
3
[isocpp-parallel] Proposal for new memory_order_consume definition
...> o Provide new intrinsics that carry out the > comparisons, but guarantee to preserve dependencies, > as recommended by P0190R0 (std::pointer_cmp_eq_dep(), > std::pointer_cmp_ne_dep(), std::pointer_cmp_gt_dep(), > std::pointer_cmp_ge_dep(), std::pointer_cmp_lt_dep(), > and std::pointer_cmp_le_dep()). > > o State that -any- comparison involving an unannotated > pointer loses the dependency. > > o How is the common idiom of marking pointers by setting low-order > bits to be supported when those pointers carry dependencies? > At the moment, I believe that setting bits in...
2016 Feb 26
0
[isocpp-parallel] Proposal for new memory_order_consume definition
...insics that carry out the > > comparisons, but guarantee to preserve dependencies, > > as recommended by P0190R0 (std::pointer_cmp_eq_dep(), > > std::pointer_cmp_ne_dep(), std::pointer_cmp_gt_dep(), > > std::pointer_cmp_ge_dep(), std::pointer_cmp_lt_dep(), > > and std::pointer_cmp_le_dep()). > > > > o State that -any- comparison involving an unannotated > > pointer loses the dependency. > > > > o How is the common idiom of marking pointers by setting low-order > > bits to be supported when those pointers carry dependencies? > > At t...
2016 Feb 27
4
[isocpp-parallel] Proposal for new memory_order_consume definition
...> > > comparisons, but guarantee to preserve dependencies, > > > as recommended by P0190R0 (std::pointer_cmp_eq_dep(), > > > std::pointer_cmp_ne_dep(), std::pointer_cmp_gt_dep(), > > > std::pointer_cmp_ge_dep(), std::pointer_cmp_lt_dep(), > > > and std::pointer_cmp_le_dep()). > > > > > > o State that -any- comparison involving an unannotated > > > pointer loses the dependency. > > > > > > o How is the common idiom of marking pointers by setting low-order > > > bits to be supported when those pointers carr...