-
- Downloads
Merge branch 'part_alignment' into 'master'
Align critical structures on 128 bytes and make all their sizes multiples of 32 bytes. Here is another one for you. Following the discussion we had earlier about the task structure I have gone through the rest of the code and made sure everything important is aligned on 128 bytes. See merge request !240
No related branches found
No related tags found
Showing
- src/Makefile.am 1 addition, 1 deletionsrc/Makefile.am
- src/align.h 27 additions, 0 deletionssrc/align.h
- src/cell.h 5 additions, 3 deletionssrc/cell.h
- src/gravity/Default/gravity_part.h 1 addition, 1 deletionsrc/gravity/Default/gravity_part.h
- src/hydro/Default/hydro_part.h 2 additions, 2 deletionssrc/hydro/Default/hydro_part.h
- src/hydro/Gadget2/hydro_part.h 2 additions, 2 deletionssrc/hydro/Gadget2/hydro_part.h
- src/hydro/Gizmo/hydro_part.h 2 additions, 2 deletionssrc/hydro/Gizmo/hydro_part.h
- src/hydro/Minimal/hydro_part.h 2 additions, 2 deletionssrc/hydro/Minimal/hydro_part.h
- src/part.h 4 additions, 3 deletionssrc/part.h
- src/task.h 2 additions, 1 deletionsrc/task.h
src/align.h
0 → 100644
Please register or sign in to comment