within the atomics.nim the gcc-api is very different (and better) than the vcc ones. a consolidation would be nice. AtomicLoad could be replaced by atomicInc or atomicDec but unfortunately not AtomicStore. And doing cas is not the same as AtomicStore. If you need two atomics for a specific operation it´s not atomic anymore
- atomics: Why is interlockedCompareExchange8 "safe"? monster
- Re: atomics: Why is interlockedCompareExchange8 "sa... cdome
- Re: atomics: Why is interlockedCompareExchange8 &quo... jwollen
- Re: atomics: Why is interlockedCompareExchange8 ... Araq
- Re: atomics: Why is interlockedCompareExchan... monster
- Re: atomics: Why is interlockedCompareE... Araq
- Re: atomics: Why is interlockedComp... mikra
- atomics: Why is interlockedCompareExchange8 "safe&q... monster
- Re: atomics: Why is interlockedCompareExchange8 "sa... Jehan
