Skip to content
  • Douglas Wilson's avatar
    rts: Use weaker cas in WSDeque · df8e6e90
    Douglas Wilson authored and Marge Bot's avatar Marge Bot committed
    The algorithm described in the referenced paper uses this slightly
    weaker atomic op.
    
    This is the first "exotic" cas we're using. I've added a macro in the
    <ORDERING>_OP style to match existing ones.
    df8e6e90