Here is an update to tbb 2020.3.3.

- Fix critical section handler leak on ittnotify library unload (#926)
- Improve performance by doing test-and-test-and-set for spin_mutex (#1038)


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/devel/tbb/Makefile,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 Makefile
--- Makefile    11 Mar 2022 18:53:30 -0000      1.6
+++ Makefile    28 May 2023 11:36:53 -0000
@@ -2,7 +2,7 @@ ONLY_FOR_ARCHS =        ${CLANG_ARCHS}
 
 COMMENT =              threading building blocks
 
-V =                    2020.3
+V =                    2020.3.3
 GH_ACCOUNT =           oneapi-src
 GH_PROJECT =           oneTBB
 GH_TAGNAME =           v${V}
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/devel/tbb/distinfo,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 distinfo
--- distinfo    15 Dec 2020 15:39:11 -0000      1.3
+++ distinfo    28 May 2023 11:36:58 -0000
@@ -1,2 +1,2 @@
-SHA256 (oneTBB-2020.3.tar.gz) = 68T2qkeXLa7R979x0QCuW/aTHC4xRM8pnIzH0EHcovM=
-SIZE (oneTBB-2020.3.tar.gz) = 2639737
+SHA256 (oneTBB-2020.3.3.tar.gz) = SUrBX2DpHZXteuwE9OHTibilW//FgdD+kRa5kzZAGWM=
+SIZE (oneTBB-2020.3.3.tar.gz) = 2640805

Reply via email to