Descriptionsync/atomic: replace MFENCE with LOCK XADD
MFENCE was introduced only on the Pentium4 (SSE2),
while XADD was introduced on the 486.
Fixes issue 2268.
Patch Set 1 #Patch Set 2 : diff -r 2c36e4180313 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r 2c36e4180313 https://go.googlecode.com/hg/ #Patch Set 4 : diff -r 2c36e4180313 https://go.googlecode.com/hg/ #Patch Set 5 : diff -r 8d5b60fed6b9 https://go.googlecode.com/hg/ #Patch Set 6 : diff -r 8d5b60fed6b9 https://go.googlecode.com/hg/ #Patch Set 7 : diff -r 1edef02b5682 https://go.googlecode.com/hg/ #MessagesTotal messages: 6
|