|
|
|
|
|
by my123
2173 days ago
|
|
GCC 10 onwards are finally able to get and use Arm atomics at runtime on arm64. > I'm also not sure why atomics would be important in a single-client mysql benchmark They are because exclusive load & store operations are quite expensive on Arm, even if you actually just run an ST workload. |
|