Skip to content

Commit

Permalink
Upgrade Surge; FPU Guard VCF (#1002)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
baconpaul committed May 5, 2024
1 parent 4e0c376 commit 078c057
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/VCF.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down
2 changes: 1 addition & 1 deletion surge
Submodule surge updated 401 files

0 comments on commit 078c057

Please sign in to comment.