@@ -27,7 +27,6 @@ If a binary runs on a different machine depends on a lot of factors. The followi
...
@@ -27,7 +27,6 @@ If a binary runs on a different machine depends on a lot of factors. The followi
### Optimization CMake options
### Optimization CMake options
-`OGS_CPU_ARCHITECTURE`: possible values `AMD64` or `INTEL64` (sets `/favor:{AMD64 | INTEL64}` flag)
-`OGS_CPU_ARCHITECTURE`: possible values `AMD64` or `INTEL64` (sets `/favor:{AMD64 | INTEL64}` flag)
-`OGS_ENABLE_AVX2`: boolean (sets `/arch:AVX2` when set to true), requires at least [Intel Haswell or AMD Excavator-based processors](https://msdn.microsoft.com/en-us//library/7t5yh4fd.aspx)
</div>
</div>
<divclass='linux'>
<divclass='linux'>
...
@@ -45,7 +44,6 @@ If a binary runs on a different machine depends on a lot of factors. The followi
...
@@ -45,7 +44,6 @@ If a binary runs on a different machine depends on a lot of factors. The followi
#### For optimization
#### For optimization
-`OGS_CPU_ARCHITECTURE`: tot to `native` for best optimization for your current cpu, possible values are [listed here](https://stackoverflow.com/a/25095818/80480), more info on [gcc docs](https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html#index-mtune-15)
-`OGS_CPU_ARCHITECTURE`: tot to `native` for best optimization for your current cpu, possible values are [listed here](https://stackoverflow.com/a/25095818/80480), more info on [gcc docs](https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html#index-mtune-15)
-`OGS_ENABLE_AVX2`: boolean (sets `-march=core-avx2` when set to true), requires at least Haswell processors