From 43fb036706795332ba2b9ec5fb7099e21c9051df Mon Sep 17 00:00:00 2001 From: Mike Oliphant Date: Sun, 12 Nov 2023 09:20:40 +0800 Subject: [PATCH 1/3] Update submodules --- deps/NeuralAmpModelerCore | 2 +- deps/eigen | 2 +- deps/lv2 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deps/NeuralAmpModelerCore b/deps/NeuralAmpModelerCore index 9a46cb6..3152c0e 160000 --- a/deps/NeuralAmpModelerCore +++ b/deps/NeuralAmpModelerCore @@ -1 +1 @@ -Subproject commit 9a46cb60c6360ec3f8c640f915de00c372e044ee +Subproject commit 3152c0e397f52d177bd127e1089f57a39950eb86 diff --git a/deps/eigen b/deps/eigen index 7bf2968..f78c37f 160000 --- a/deps/eigen +++ b/deps/eigen @@ -1 +1 @@ -Subproject commit 7bf2968fed5f246c0589e1111004cb420fcd7c71 +Subproject commit f78c37f0afdfe4cdf7e69368c91dbf5af9ac34bc diff --git a/deps/lv2 b/deps/lv2 index dbdbe3e..e9d9432 160000 --- a/deps/lv2 +++ b/deps/lv2 @@ -1 +1 @@ -Subproject commit dbdbe3e518daf7b2f3f0e7587d8b2493b1d5a59e +Subproject commit e9d94328743d630e27a9d322015437fd9080695d From 5605b03acc81453276aba525ba40ea309454832d Mon Sep 17 00:00:00 2001 From: Mike Oliphant Date: Mon, 1 Jan 2024 15:33:50 -0800 Subject: [PATCH 2/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b411a14..52dd6ba 100644 --- a/README.md +++ b/README.md @@ -44,3 +44,4 @@ 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. From f07c40c16fd752a070fc0cad6c3424cf00db5f47 Mon Sep 17 00:00:00 2001 From: Mike Oliphant Date: Mon, 1 Jan 2024 15:36:33 -0800 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52dd6ba..d1d8e66 100644 --- a/README.md +++ b/README.md @@ -44,4 +44,4 @@ 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. +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.