Skip to content

[FIX] Alignement detection

Markus Holzer requested to merge holzer/pystencils:FixAlign into master

For the SIMD vectorization it needs to be determined if a memory address lies points to an aligned address or not. This detection only worked for pointers depending on the inner loop counter so far.

Merge request reports