From e14ab62fc1e2275eb4c172eada59a5ea93f6925f Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Sun, 5 May 2024 10:45:03 -0400 Subject: [PATCH] Upgrade Surge; FPU Guard VCF Upgrade surge to 1.3.2 Also set the FPU guard in the VCF to perhaps address #1001 If this doesn't fix #1001 back down that FPU Guard --- src/VCF.h | 2 +- surge | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/VCF.h b/src/VCF.h index 1b672e2..575ecd1 100644 --- a/src/VCF.h +++ b/src/VCF.h @@ -343,7 +343,7 @@ struct VCF : public modules::XTModule, sst::rackhelpers::module_connector::Neigh void process(const typename rack::Module::ProcessArgs &args) override { - // auto fpuguard = sst::plugininfra::cpufeatures::FPUStateGuard(); + auto fpuguard = sst::plugininfra::cpufeatures::FPUStateGuard(); auto ftype = (sst::filters::FilterType)(int)(std::round(params[VCF_TYPE].getValue())); auto fsubtype = diff --git a/surge b/surge index 459f8c0..851a4d9 160000 --- a/surge +++ b/surge @@ -1 +1 @@ -Subproject commit 459f8c064e4e2ac41e53556e9b5fb84508bc23c0 +Subproject commit 851a4d989f2714f42822073639183afcf4ecd5db