packages/tbb/tbb-2021.4.0-missing-TBB_machine_fetchadd4.patch
Alexander Baldeck 257c394be0 * updates & rebuilds for:
* Python 3.10
  * Protobuf 3.19
  * ICU 70.1
  * boost 1.78.0
  * FFMPEG 5.0
2022-01-31 17:18:05 +01:00

24 lines
645 B
Diff

https://github.com/oneapi-src/oneTBB/issues/186
https://github.com/oneapi-src/oneTBB/pull/550
https://bugs.gentoo.org/827883
From: Felix Yan <felixonmars@archlinux.org>
Date: Thu, 7 Oct 2021 14:16:16 +0800
Subject: [PATCH] Define ITT_ARCH_IA64 when undefiend (#550)
Upstream-Status: Merged in commit later than 2021.5.0
--- a/src/tbb/tools_api/ittnotify_config.h
+++ b/src/tbb/tools_api/ittnotify_config.h
@@ -147,6 +147,10 @@
# define ITT_ARCH_IA32E 2
#endif /* ITT_ARCH_IA32E */
+#ifndef ITT_ARCH_IA64
+# define ITT_ARCH_IA64 3
+#endif /* ITT_ARCH_IA64 */
+
#ifndef ITT_ARCH_ARM
# define ITT_ARCH_ARM 4
#endif /* ITT_ARCH_ARM */