From 8f54ec6d1077c3b4b967eef9a78f86775533e756 Mon Sep 17 00:00:00 2001 From: Debian Science Maintainers Date: Sun, 30 Oct 2022 03:15:39 +0000 Subject: [PATCH] 776 https://github.com/oneapi-src/oneTBB/issues/776 Gbp-Pq: Name 776.diff --- src/tbb/tools_api/ittnotify_config.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/tbb/tools_api/ittnotify_config.h b/src/tbb/tools_api/ittnotify_config.h index cecb4e7..93794e4 100644 --- a/src/tbb/tools_api/ittnotify_config.h +++ b/src/tbb/tools_api/ittnotify_config.h @@ -171,6 +171,10 @@ # define ITT_ARCH_HPPA 8 #endif /* ITT_ARCH_HPPA */ +#ifndef ITT_ARCH_GENERIC +# define ITT_ARCH_GENERIC 99 +#endif /* ITT_ARCH_GENERIC */ + #ifndef ITT_ARCH # if defined _M_IX86 || defined __i386__ # define ITT_ARCH ITT_ARCH_IA32 @@ -188,6 +192,8 @@ # define ITT_ARCH ITT_ARCH_S390X # elif defined __hppa__ # define ITT_ARCH ITT_ARCH_HPPA +# else +# define ITT_ARCH ITT_ARCH_GENERIC # endif #endif -- 2.30.2