Searched refs:has128BitCAS (Results 1 – 2 of 2) sorted by relevance
611 enum has128BitCAS = false; in version() local617 enum has128BitCAS = true; in version() local624 enum has128BitCAS = GNU_Have_LibAtomic; in version() local630 enum has128BitCAS = false; variable836 enum hasDWCAS = has128BitCAS;953 static if (has128BitCAS)1003 static if (has128BitCAS)
13 import core.atomic : MemoryOrder, has128BitCAS;1069 (T.sizeof == 16 && has128BitCAS)) && // or supports 128-bit CAS