Home
last modified time | relevance | path

Searched refs:nobounding (Results 1 – 1 of 1) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dmain.cpp279 bool nobounding = false; in ParseCommandLine() local
291 .arg(nobounding, "no-bounding", "disable bounding technique") in ParseCommandLine()
297 opt.boundmode = nobounding ? RT_BOUNDING_DISABLED : RT_BOUNDING_ENABLED; in ParseCommandLine()