i386 lacks cmpxhcg instruction which is only only available on i486 and above. I think (although not sure) that glibc no loner support i386 as it needs this instruction. compare and swap instruction (or cmpxchg in i386) is essential to support lock free structures and is much more powerful than test and set instructions. Does anyone know if kernel and glibc continue to support i386.
lock instructions
i386 lacks cmpxhcg instruction which is only only available on i486 and above. I think (although not sure) that glibc no loner support i386 as it needs this instruction. compare and swap instruction (or cmpxchg in i386) is essential to support lock free structures and is much more powerful than test and set instructions. Does anyone know if kernel and glibc continue to support i386.