-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
change + mode to pass by-value #3093
Comments
assigned to 0.4 milestone as "mode removal" is a big goal |
will this affect the semantics of passing @ boxes in +-mode? i wrote TLS with this in mind, and am not sure whether or not it will break if changed. |
this would not affect the semantics, I don't think. |
I think this is possibly-done at this point, but someone should confirm. |
This is done. |
bors
pushed a commit
to rust-lang-ci/rust
that referenced
this issue
May 15, 2021
do not vertically align list items in case the tactic is Horizontal
RalfJung
pushed a commit
to RalfJung/rust
that referenced
this issue
Sep 30, 2023
…lfJung Implement the `llvm.x86.sse2.pmadd.wd` intrinsic
RalfJung
pushed a commit
to RalfJung/rust
that referenced
this issue
Oct 1, 2023
…lfJung Implement the `llvm.x86.sse2.pmadd.wd` intrinsic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now we are using + as the "by value" mode, but in fact at runtime it passes by reference. We should change it to pass by value.
The text was updated successfully, but these errors were encountered: