-
Notifications
You must be signed in to change notification settings - Fork 326
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
4) rust -os flag #1076
4) rust -os flag #1076
Conversation
58ad9d6
to
a4798f3
Compare
36d3e64
to
38aecba
Compare
@sletz finally this passes the tests too, so it is ready. |
{ | ||
tab(n, *fOut); | ||
tab(n, *fOut); | ||
*fOut << "pub fn compute_frame(&mut self, inputs: &[&FaustFloat], "; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you use frame
instead of compute_frame
to be similar to what C and C++ already generate ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i prefer compute_frame because it makes clearer that it is a variant of compute.
9dbbf09
to
b4bdcfa
Compare
@sletz i changed this pr and also tested cpp with -os in ci |
Thanks, merged, with the "public" function renaming and different fix in the tests (make c/make cpp were broken). |
No description provided.