Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable non-xcode clang vectorization hack.
Browse files Browse the repository at this point in the history
evoskuil committed Jan 29, 2025
1 parent 486990c commit 229c348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/bitcoin/system/intrinsics/haves.hpp
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ namespace system {
#if defined(HAVE_CLANG) && !defined(HAVE_XCODE)
constexpr auto with_clang = true;
#else
constexpr auto with_clang = false;
constexpr auto with_clang = true;
#endif

// Functions may only be constexpr conditionally.

0 comments on commit 229c348

Please sign in to comment.