On the main branch, when building for ARM64 using MSVC, the following warning is emitted:
rpmalloc\rpmalloc.c(277) : warning C4746: volatile access of '' is subject to /volatile:<iso|ms> setting; consider using __iso_volatile_load/store intrinsic functions
Could you use the __iso_volatile_load/store intrinsic functions for the atomic_load32, atomic_store32, atomic_load64, atomic_store32_release, atomic_store_ptr, and atomic_store_ptr_release functions?
On the
mainbranch, when building for ARM64 using MSVC, the following warning is emitted:Could you use the
__iso_volatile_load/storeintrinsic functions for theatomic_load32,atomic_store32,atomic_load64,atomic_store32_release,atomic_store_ptr, andatomic_store_ptr_releasefunctions?