|
|
|
|
|
by p_l
2400 days ago
|
|
C++11/C11 are not implementable on Alpha CPUs that don't have BWX extensions, BTW. This is because it requires individual bytes to be accessible in atomic way between multiple threads, which without BWX is not possible on Alpha, which started out with minimum 32bit read/writes. |
|