When I implement some high performance program in linux 32bit, 32bit atomic if often not sufficient, for example, If I want to hold a index & a timestamp to a atomic variable, 32bit is not enough, in 64bit environment, I can do that.