How can I add alignments to the structures generated from Simulink bus objects?
Show older comments
How can I add alignments to the structures generated from buses? I want my structure definition to look like below:
typedef __declspec(align(32))
struct {
int f1;
int f2;
} myStruct;
Accepted Answer
More Answers (0)
Categories
Find more on Model Compatibility in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!





