addComplexTypeAlignment
Specify alignment boundary of a complex type
Description
addComplexTypeAlignment(
specifies the alignment boundary of real and complex data members of a complex type. hDataAlign
,baseType
,alignment
)
The starting memory address of the real and imaginary part of complex variables produced by the code generator with the specified type are a multiple of the specified alignment boundary. The code generator replaces operations in generated code when both of these conditions are true:
A code replacement table entry has a complex argument with a data alignment requirement that is less than or equal to the alignment boundary value
The entry satisfies all other code replacement match criteria.
To use this function, your code replacement library registration file must include additional compiler data alignment information, such as alignment syntax.
Examples
Input Arguments
Version History
Introduced in R2014a