Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs24-21fa
project05b
Commits
2d9a8c08
Commit
2d9a8c08
authored
4 years ago
by
Adam Blank
Browse files
Options
Download
Email Patches
Plain Diff
Update util.c
parent
e3dcf10c
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/util.c
+0
-4
lib/util.c
with
0 additions
and
4 deletions
+0
-4
lib/util.c
View file @
2d9a8c08
...
...
@@ -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
();
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help