Hi,
it seems that the Shift-functions in Cilk Plus are missing. Or do i have to #include another file? __sec_shift, as well as __sec_rotate do not work.
test.cpp:32:35: error: ‘__sec_shift’ was not declared in this scope b[0:5] = __sec_shift(a[0:5], 1, 9);



