Skip to content

Commit 27649b9

Browse files
authored
Document NO_AVX512
for #2151
1 parent ca8d883 commit 27649b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile.rule

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,10 @@ NO_AFFINITY = 1
163163
# Don't use Haswell optimizations if binutils is too old (e.g. RHEL6)
164164
# NO_AVX2 = 1
165165

166+
# Don't use SkylakeX optimizations if binutils or compiler are too old (the build
167+
# system will try to determine this automatically)
168+
# NO_AVX512 = 1
169+
166170
# Don't use parallel make.
167171
# NO_PARALLEL_MAKE = 1
168172

0 commit comments

Comments
 (0)