How use C11 atomic functions or MIPS ll/sc to synchronize access to a large data item?

前端 未结 0 1515
走了就别回头了
走了就别回头了 2021-01-03 02:06

I am attemping to use __atomic_load_n() and __atomic_store_n() to synchronize access to a variable of type double.

My platform does not supp

相关标签:
回答
  • 消灭零回复
提交回复
热议问题