As part of #71169, atomics instructions are added for GC code. It is turned off by default for standalone GC. This issue tracks to enable it by having the detection functionality in isa_detection.cpp and probably have a separate flag g_gc_arm64_atomics_present different from g_arm64_atomics_present that is used in GC code base.
cc: @Maoni0