Add alignment attribute to ArrayBase
This MR addes alignment
attribute to ArrayBase
, which generates e.g. __attribute__((aligned(64)))
in variable declaration for C target.
Merge request reports
Activity
Please register or sign in to reply
This MR addes alignment
attribute to ArrayBase
, which generates e.g. __attribute__((aligned(64)))
in variable declaration for C target.