Skip to content

Align to __BIGGEST_ALIGNMENT__ (GCC, Clang, Intel) or to 512 bits

Michael Kuron requested to merge alignment into master

for AVX512 compatibility via pystencils

Intel always sets __BIGGEST_ALIGNMENT__ to 64, irrespective of what instruction set is enabled

Edited by Michael Kuron

Merge request reports