Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeoliphant authored Jan 6, 2024
1 parent b8c6333 commit d1794e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit d1794e1

Please sign in to comment.