Browse Source

Document NO_AVX512

for #2151
tags/v0.3.7
Martin Kroeker GitHub 7 years ago
parent
commit
27649b9543
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      Makefile.rule

+ 4
- 0
Makefile.rule View File

@@ -163,6 +163,10 @@ NO_AFFINITY = 1
# Don't use Haswell optimizations if binutils is too old (e.g. RHEL6)
# NO_AVX2 = 1

# Don't use SkylakeX optimizations if binutils or compiler are too old (the build
# system will try to determine this automatically)
# NO_AVX512 = 1

# Don't use parallel make.
# NO_PARALLEL_MAKE = 1



Loading…
Cancel
Save