Skip to content
Snippets Groups Projects
Commit 186fee40 authored by Pedro Gonnet's avatar Pedro Gonnet
Browse files

align cell_buff to 32 bytes, makes swapping more efficient at the cost of four more bytes.

parent d71008ff
Branches
Tags
1 merge request!294Buffered cell_split
......@@ -56,7 +56,7 @@ extern int cell_next_tag;
struct cell_buff {
double x[3];
int ind;
};
} SWIFT_STRUCT_ALIGN;
/* Mini struct to link cells to tasks. Used as a linked list. */
struct link {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment