Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
7783fcdc
Commit
7783fcdc
authored
Mar 17, 2017
by
Etienne Renault
Browse files
bricks: gcc-7 doesn't align variables up to a maximum of 16 bytes
* bricks/brick-shmem: here.
parent
96431435
Changes
1
Hide whitespace changes
Inline
Side-by-side
bricks/brick-shmem
View file @
7783fcdc
...
...
@@ -54,8 +54,12 @@
#define BRICK_SHMEM_H
#ifndef BRICKS_CACHELINE
#if (__GNUC__ >= 7) // Please new Versions of GCC
#define BRICKS_CACHELINE 16
#else
#define BRICKS_CACHELINE 64
#endif
#endif
namespace
brick
{
namespace
shmem
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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