From 46a9691259b7d15a5500e737bc05a4efc0a239ae Mon Sep 17 00:00:00 2001 From: Mike Oliphant Date: Fri, 7 Feb 2025 08:26:22 -0800 Subject: [PATCH 1/2] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1517e2b..9643cc7 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,8 @@ Note - you'll have to change the Visual Studio version if you are using a differ After building, the plugin will be in **build/neural_amp_modeler.lv2**. -## Optimization +## CMake Options -If you have a relatively modern x64 processor, you can pass ```-DUSE_NATIVE_ARCH=ON``` on your cmake command line to enable certain processor-specific optimizations. +```-DUSE_NATIVE_ARCH=ON```: If you have a relatively modern x64 processor, you can pass ```-DUSE_NATIVE_ARCH=ON``` on your cmake command line to enable certain processor-specific optimizations. + +Also see the [NeuralAudio CMake options](https://github.com/mikeoliphant/NeuralAudio#cmake-options) - adding these to your neural-amp-modeler-lv2 will pass them to the NeuralAudio build. From 9bb3a3f34de7d84585abedf2bc2579f1ec8e789f Mon Sep 17 00:00:00 2001 From: Mike Oliphant Date: Fri, 7 Feb 2025 09:26:57 -0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9643cc7..3b5a28a 100644 --- a/README.md +++ b/README.md @@ -57,4 +57,4 @@ After building, the plugin will be in **build/neural_amp_modeler.lv2**. ```-DUSE_NATIVE_ARCH=ON```: If you have a relatively modern x64 processor, you can pass ```-DUSE_NATIVE_ARCH=ON``` on your cmake command line to enable certain processor-specific optimizations. -Also see the [NeuralAudio CMake options](https://github.com/mikeoliphant/NeuralAudio#cmake-options) - adding these to your neural-amp-modeler-lv2 will pass them to the NeuralAudio build. +Also see the [NeuralAudio CMake options](https://github.com/mikeoliphant/NeuralAudio#cmake-options) - adding these to your neural-amp-modeler-lv2 cmake will pass them to the NeuralAudio build.