База ответов ИНТУИТ

Introduction to performance optimization using Intel SW tools

<<- Назад к вопросам

What is used to suggest function for inline?

(Отметьте один правильный вариант ответа.)

Варианты ответа
command line option -Qinline<func>
keyword inline in function definition(Верный ответ)
pragma #pragma inline before the body of the function
keyword forceinline in function definition
Похожие вопросы
What directive suggest the compiler to not parallelize following loop?
What could be used to force function inline?
What is function cloning?
What is loop parallelizing function in Intel compiler?
What is passed as an argument to loop parallelizing function in Intel compiler?
As a default all variables except local function variables and loop iterators are add to
What option is used to disable inline?