From c6ed9bf7b6a1cf2adf99710312605ac8c6c8ac5c Mon Sep 17 00:00:00 2001 From: JayDDee Date: Sat, 22 Oct 2022 09:59:20 -0400 Subject: [PATCH] Updated Compiling from source (markdown) --- Compiling-from-source.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Compiling-from-source.md b/Compiling-from-source.md index 477f99c..9115a99 100644 --- a/Compiling-from-source.md +++ b/Compiling-from-source.md @@ -70,8 +70,6 @@ Ryzen 7000 uses "-march-znver4" but is not yet supported as of gcc-12. It can be Intel Alderlake removed support for AVX512 and is therefore not compatible with Rocketlake or Icelake. "march=alderlake" is supported in gcc-11, otherwise use the Skylake architecture, no additional options are needed. -Raptorlake can use Alderlake until it's supported natively. - New Intel Xeon CPUs are likely compatible with Rocketlake & Icelake builds if not directly supported by the compiler. Although Cascadelake is an HEDT architecture it doesn't include VAES and SHA which are included on all new CPUs and used by cpuminer-opt. YMMV. Many examples for various desktop CPU architectures can be found in file build-allarch.sh