Skip to content

Commit 569fa09

Browse files
committed
Comments.
1 parent b9b6a63 commit 569fa09

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

include/bitcoin/system/have.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,10 @@
128128
#define HAVE_ICU
129129
#endif
130130

131-
/// XCPU architecture intrinsics sse41, avx2, avx512f, sha-ni.
131+
/// XCPU architecture intrinsics sse41, avx2, avx512f/bw, sha-ni.
132132
/// This assumes that avx512 implies avx2 and that all imply sse41.
133133
#if defined(HAVE_XCPU)
134-
// TODO: CLANG/GCC compile test and set -msse4 -mavx2 -mavx512f -msha.
134+
// CLANG/GCC compile with -msse4 -mavx2 -mavx512f/-mavx512bw -msha.
135135
#if defined(WITH_SHANI)
136136
#define HAVE_SHANI
137137
#endif
@@ -224,7 +224,7 @@
224224
#define HAVE_SUPPRESSION
225225

226226
/// Disable noexcept to capture stack trace.
227-
#define HAVE_NOEXCEPT
227+
////#define HAVE_NOEXCEPT
228228

229229
/// Disable to emit all suppressed warnings.
230230
#define HAVE_WARNINGS

include/bitcoin/system/intrinsics/haves.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ namespace cpu1_0
7474
constexpr auto avx_ecx_bit = 28;
7575
}
7676

77-
// wikichip.org/wiki/x86/avx-512
7877
namespace cpu7_0
7978
{
8079
constexpr auto leaf = 7;

0 commit comments

Comments
 (0)