-
Notifications
You must be signed in to change notification settings - Fork 404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bonsai, Chorus and __restrict #7081
Labels
Code Refactoring
General code refactoring and cleanup issues like names, unused variables, warnings, fixme
DSP
Issues and feature requests related to sound generation in the synth
Effects
Milestone
Comments
mkruselj
added
Code Refactoring
General code refactoring and cleanup issues like names, unused variables, warnings, fixme
DSP
Issues and feature requests related to sound generation in the synth
Effects
and removed
Feature Request
New feature request
labels
Jul 5, 2023
baconpaul
added a commit
to baconpaul/sst-basic-blocks
that referenced
this issue
Jul 29, 2023
Allowing __restrict to be used correctly Addresses surge-synthesizer/surge#7081
baconpaul
added a commit
to baconpaul/sst-effects
that referenced
this issue
Jul 29, 2023
baconpaul
added a commit
to baconpaul/surge
that referenced
this issue
Jul 29, 2023
Branch my linux test env isn't as good as my mac one so i'll finish off over there. |
baconpaul
added a commit
to surge-synthesizer/sst-basic-blocks
that referenced
this issue
Jul 29, 2023
Allowing __restrict to be used correctly Addresses surge-synthesizer/surge#7081
baconpaul
added a commit
to surge-synthesizer/sst-effects
that referenced
this issue
Jul 29, 2023
Merged
baconpaul
added a commit
that referenced
this issue
Jul 29, 2023
This was referenced Mar 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Code Refactoring
General code refactoring and cleanup issues like names, unused variables, warnings, fixme
DSP
Issues and feature requests related to sound generation in the synth
Effects
will make bonsai fail to build on gcc with a thousand errors and Chorus with one
We need to be careful either removing restrict or having in-place versions of operations.
The text was updated successfully, but these errors were encountered: