summary refs log tree commit diff stats
path: root/results/scraper/fex/1245
blob: 80a4516d7ba961ac2723de6c3d047636d1457a95 (plain) (blame)
1
2
3
Support runtime selection of atomic ops on the interpreter
With #1244 merged. The Interpreter now uses only ARMv8.0 atomics for OP_CAS.
Once we switch to a dispatcher jump table like ARM and x86-64 JIT, then we should do a runtime selection for the inline ASM or std::atomic using the ARMv8.1 ops.