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>
13128
13128
13129
13129
=== x86 LOCK prefix
13130
13130
13131
- Ensures that memory modifications are visible across all CPUs, which is fundamental for thread synchronization.
13132
-
13133
13131
Inline assembly example at: link:userland/cpp/atomic.cpp[]
13134
13132
13133
+ Ensures that memory modifications are visible across all CPUs, which is fundamental for thread synchronization.
13134
+
13135
13135
Apparently already automatically implied by some of the <<x86-exchange-instructions>>
13136
13136
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
+
13137
13142
=== x86 assembly bibliography
13138
13143
13139
13144
==== x86 official bibliography
You can’t perform that action at this time.
0 commit comments