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

Introduction to performance optimization using Intel SW tools

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

What could be used to force function inline?

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

Варианты ответа
#pragma forceinline before the call(Верный ответ)
#pragma forceinline before the definition
#pragma inline before the call
#pragma inline before the definition
Похожие вопросы
What directive will force compiler to parallelize following loop?
What directive will force compiler to parallelize following loop if it is safe?
What is used to suggest function for 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?