gcc Function Attributes

This version of the Intel® C++ Compiler supports the following gcc function attributes:

Example

int round_sqrt(int) __attribute__ ((always_inline));

In this example, the function round_sqrt() is inlined even if no optimization is specified.