File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -13128,12 +13128,17 @@ TODO We didn't manage to find a working ARM analogue to <<x86-rdtsc-instruction>
1312813128
1312913129=== x86 LOCK prefix
1313013130
13131- Ensures that memory modifications are visible across all CPUs, which is fundamental for thread synchronization.
13132-
1313313131Inline assembly example at: link:userland/cpp/atomic.cpp[]
1313413132
13133+ Ensures that memory modifications are visible across all CPUs, which is fundamental for thread synchronization.
13134+
1313513135Apparently already automatically implied by some of the <<x86-exchange-instructions>>
1313613136
13137+ Bibliography:
13138+
13139+ * https://stackoverflow.com/questions/8891067/what-does-the-lock-instruction-mean-in-x86-assembly/56803909#56803909
13140+ * https://stackoverflow.com/questions/980999/what-does-multicore-assembly-language-look-like/33651438#33651438
13141+
1313713142=== x86 assembly bibliography
1313813143
1313913144==== x86 official bibliography
You can’t perform that action at this time.
0 commit comments