From 2ec2d9c110b7c1647ac25d1cdb1e1ad4287479e5 Mon Sep 17 00:00:00 2001 From: Debian Science Maintainers Date: Wed, 7 Sep 2022 19:45:46 +0100 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 10bcff4..ee83e9e 100644 --- a/src/tbb/tools_api/ittnotify_config.h +++ b/src/tbb/tools_api/ittnotify_config.h @@ -167,6 +167,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 @@ -184,6 +188,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