Commit 2d9a8c08 authored by Adam Blank's avatar Adam Blank
Browse files

Update util.c

parent e3dcf10c
No related merge requests found
Showing with 0 additions and 4 deletions
+0 -4
......@@ -2,10 +2,6 @@
#include <x86intrin.h>
inline void force_read(const void *address) {
*(volatile uint8_t *) address;
}
void flush_cache_line(const void *address) {
_mm_clflush(address);
_mm_mfence();
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment