Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

TBB on WinRT (ARM)

Daniil_Osokin
Beginner
154 Views

Hi, guys!

I'm looking for instruction for building TBB for WinRT on ARM. I'm know, win8 support is quite experimental now, but may be you have one (or can suggest any related posts)? Please, help me.

0 Kudos
3 Replies
RafSchietekat
Black Belt
154 Views

For ARM, you probably need a GNU compiler, otherwise, if you have a C++11 compiler, "somebody" should look into leveraging that functionality for all the atomics.

Daniil_Osokin
Beginner
154 Views

Thanks!

Vladimir_P_1234567890
154 Views

You can try out  tbb4120130613oss stable release.

--Vladimir

Reply