Skip to content

Commit

Permalink
Disable non-xcode clang vectorization hack.
Browse files Browse the repository at this point in the history
  • Loading branch information
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
Expand Up @@ -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.
Expand Down

0 comments on commit 229c348

Please sign in to comment.