Ken Steele 3286bf5ab6 On the Tile architecture, use atomic instructions for atomic ptr and counter.
For atomic_counter and atomic_ptr classes, detect the Tile architecture
using #if defined __tile__ matching ARM and Solaris and then use the
Tile atomic instructions. Without this change, the default Mutex
implementation is used, which is slower.
2013-03-20 12:54:38 -04:00
..
2013-03-12 16:15:54 +01:00
2013-03-18 10:20:08 +01:00
2013-03-18 02:14:20 +01:00
2013-03-12 16:15:54 +01:00
2013-03-12 15:56:10 +01:00
2013-03-12 15:56:10 +01:00
2013-03-12 15:49:23 +01:00
2012-06-12 21:30:24 -04:00