Moving TBB tests to tbb/.
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
/* Check cf5-opt.vim defs.
|
/* Check cf5-opt.vim defs.
|
||||||
VIM: let g:lcppflags="-std=c++11 -O2 -pthread"
|
VIM: let b:lcppflags="-std=c++11 -O2 -pthread"
|
||||||
VIM: let g:cppflags=g:Iboost.g:Itbb
|
VIM: let b:cppflags=g:Iboost.g:Itbb
|
||||||
VIM: let g:ldflags=g:Lboost.g:Ltbb.g:tbbmalloc
|
VIM: let b:ldflags=g:Lboost.g:Ltbb.g:tbbmalloc
|
||||||
VIM: let g:ldlibpath=g:Bboost.g:Btbb
|
VIM: let b:ldlibpath=g:Bboost.g:Btbb
|
||||||
*/
|
*/
|
||||||
#include <tbb/enumerable_thread_specific.h>
|
#include <tbb/enumerable_thread_specific.h>
|
||||||
#include <tbb/task_scheduler_init.h>
|
#include <tbb/task_scheduler_init.h>
|
||||||
Reference in New Issue
Block a user