You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ The kernel patch for the implementation of relink() system call for linux v4.13
89
89
2. At least 32 GB DRAM
90
90
3. At least 4 cores
91
91
4. Baremetal machine (Not a VM)
92
-
5. Intel Processor supporting `clflushopt` instruction (Introduced in Intel processor family -- Broadwell). This can be verified with `lscpu | grep clflushopt`
92
+
5. Intel Processor supporting `clflush` or `clflushopt`(Introduced in Intel processor family -- Broadwell) instruction. This can be verified with `lscpu | grep clflush`. `clflushopt` will lead to better performance in strict mode.
93
93
94
94
## Dependencies
95
95
1. kernel: Installing the linux kernel 4.13.0 involves installing bc, libelf-dev and libncurses5-dev. For ubuntu, please run the script `cd dependencies; ./kernel_deps.sh; cd ..`
0 commit comments