Selected Intel
C++
Compiler 19.x Attributes
- align
Directs the compiler to align the variable to a specified boundary and a specified offset.
- cpu_specific
Provides the ability to declare that a version of a function is targeted at particular type(s) of processors.
- vector
Provides the ability to vectorize user-defined functions and loops.