Skip to content

Commit

Permalink
Delint intrinsic macro.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Dec 4, 2024
1 parent a305e35 commit 9aa6b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/bitcoin/system/intrinsics/xcpu/defines.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ BC_POP_WARNING()
#define mm_sha1nexte_epu32(a, b) {}
#define mm_sha256msg1_epu32(a, b) {}
#define mm_sha256msg2_epu32(a, b) {}
#define mm_sha256rnds2_epu32(a, b, k) {}
#define mm_sha256rnds2_epu32(a, b, k) (k)
#else
#define mm_sha1msg1_epu32(a, b) _mm_sha1msg1_epu32(a, b)
#define mm_sha1msg2_epu32(a, b) _mm_sha1msg2_epu32(a, b)
Expand Down

0 comments on commit 9aa6b0d

Please sign in to comment.