I knew how to declare an atomic class member pointer to be atomic. But GCC compiler compalins "C++ undefined reference to `__atomic_load_16'".
Is there anyway to achieve the purpose?
I knew how to declare an atomic class member pointer to be atomic. But GCC compiler compalins "C++ undefined reference to `__atomic_load_16'".
Is there anyway to achieve the purpose?