pmem / pmdk

Persistent Memory Development Kit
https://pmem.io
Other
1.34k stars 510 forks source link

x86 persistent memory instructions #6097

Closed luchao2424631502 closed 5 months ago

luchao2424631502 commented 5 months ago

QUESTION: In libpmem/pmem.c. Line 31.

Details

The description in line 31 of the comment states that the fence surrounding CLFLUSH is not required. I would like to know why the fence instruction is not required? image