Moving TBB tests to tbb/.

This commit is contained in:
Vahagn Khachatryan
2017-06-28 10:02:49 -04:00
parent 38b8c32fc9
commit 3cd6996c56

View File

@@ -1,8 +1,8 @@
/* Check cf5-opt.vim defs.
VIM: let g:lcppflags="-std=c++11 -O2 -pthread"
VIM: let g:cppflags=g:Iboost.g:Itbb
VIM: let g:ldflags=g:Lboost.g:Ltbb.g:tbbmalloc
VIM: let g:ldlibpath=g:Bboost.g:Btbb
VIM: let b:lcppflags="-std=c++11 -O2 -pthread"
VIM: let b:cppflags=g:Iboost.g:Itbb
VIM: let b:ldflags=g:Lboost.g:Ltbb.g:tbbmalloc
VIM: let b:ldlibpath=g:Bboost.g:Btbb
*/
#include <tbb/enumerable_thread_specific.h>
#include <tbb/task_scheduler_init.h>