Skip to content

Add alignment attribute to ArrayBase

tj-sun requested to merge alignment into master

This MR addes alignment attribute to ArrayBase, which generates e.g. __attribute__((aligned(64))) in variable declaration for C target.

Merge request reports