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