You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* TBB supports mingw on Win32 however we haven't (yet) sorted out how to build it with Rtools
154
154
* As a result we use [TinyThread](http://tinythreadpp.bitsnbites.eu/) on Win32
155
-
* This requires that we create a layer to abstract over TBB and TinyThead (thus limiting the expressiveness of code that wants to be portable to Windows).
155
+
* This requires that we create a layer to abstract over TBB and TinyThread (thus limiting the expressiveness of code that wants to be portable to Windows).
156
156
* Developers are still free to use all of TBB if they are content targeting only Linux and OSX
157
157
* Would love to see TBB working on Win32 (pull requests welcome!)
0 commit comments