> Implementing 64-bit atomic intrinsics on ppc32 makes no sense, because > there is no hardware 64-bit atomic operation; these cannot work. Could some of them be implemented using try-again-if-it-didn't-work style code? Ciao, Duncan.