Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
f9113631
"include/composable_kernel/utility/functional.hpp" did not exist on "569ad66e2a03789c4a1fa6659dc8296b4dfb868b"
Commit
f9113631
authored
May 13, 2022
by
Antoine Kaufmann
Browse files
lib/simbricks/base: work around c++ atomic problems
parent
6650df5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
lib/simbricks/base/if.h
lib/simbricks/base/if.h
+5
-2
No files found.
lib/simbricks/base/if.h
View file @
f9113631
...
...
@@ -25,10 +25,13 @@
#ifndef SIMBRICKS_BASE_IF_H_
#define SIMBRICKS_BASE_IF_H_
#ifndef __cplusplus
// FIXME (see net_switch)
#ifdef __cplusplus
// FIXME
#include <simbricks/base/cxxatomicfix.h>
#else
#include <stdatomic.h>
#endif
#include <stddef.h>
#include <stdint.h>
#include <stdbool.h>
...
...
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