From d1794e1bbdfaafa04a1eb00273ebdb667dca439b Mon Sep 17 00:00:00 2001 From: Mike Oliphant Date: Sat, 6 Jan 2024 07:52:52 -0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d1d8e66..4a6c742 100644 --- a/README.md +++ b/README.md @@ -44,4 +44,6 @@ 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**. -If you have an older processor that does not support moder x64 optimizations, you may need to pass "**‑DUSE_NATIVE_ARCH=OFF**" on your cmake command line. +### Optimization + +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.