Skip to content

Commit

Permalink
Disabling LINALG_HAS_EXECUTION on apple clang compiler
Browse files Browse the repository at this point in the history
This could be revised later if a more modern version actually
implements the feature correctly by checking the version value.

Signed-off-by: Luc Berger-Vergiat <[email protected]>
  • Loading branch information
lucbv committed Jan 23, 2025
1 parent faa0da5 commit 717af71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/experimental/__p1673_bits/macros.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ static_assert(_LINALG_CPLUSPLUS >= _LINALG_CXX_STD_17, "stdBLAS requires C++17 o
# if defined(LINALG_ENABLE_TBB)
# define LINALG_HAS_EXECUTION 1
# endif
#else
#elif ! defined(__apple_build_version__)
# define LINALG_HAS_EXECUTION 1
#endif

Expand Down

0 comments on commit 717af71

Please sign in to comment.