某些版本的gcc遇到:undefined reference to `__sync_val_compare_and_swap_4' 之类的提示。用到这些原子函数簇的地方,编译时加上参数 -march=i686即可。