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.