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 217a5c2
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 @@ -32,7 +32,7 @@ namespace system {

// HACK: work around vectorizations failing on non-xcode clang.
#if defined(HAVE_CLANG) && !defined(HAVE_XCODE)
constexpr auto with_clang = true;
constexpr auto with_clang = false;
#else
constexpr auto with_clang = false;
#endif
Expand Down

0 comments on commit 217a5c2

Please sign in to comment.