Uh oh!
There was an error while loading. Please reload this page.
Add asm! support for mips64 - #77337
Conversation
c9140cb to
4fde576Compare@rustbot modify labels: -S-waiting-on-author +S-waiting-on-review |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Please tell me to git squash before merging! |
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
You should be able to support F64 here with the same bitcast adjustment you did for F32.
There was a problem hiding this comment.
Since we have hard-float by default for mips, I don't know how people enable soft-float FPU.
Is it important to support those operations ?
There was a problem hiding this comment.
It's just for consistency since all the other architectures support FP values in integer registers.
There was a problem hiding this comment.
Hmm, I added it then. Although I don't know how useful they are.
Amanieu
commented
Oct 3, 2020
LGTM |
co-authored-by: Amanieu <amanieu@gmail.com>
tesuji
commented
Oct 4, 2020
rebased. |
Amanieu
commented
Oct 4, 2020
@bors r+ |
bors
commented
Oct 4, 2020
📌 Commit f1d9b514471c47da029dbf0ac548a7b22b45e5f7 has been approved by |
Sorry, I didn't split "Add asm! support for mips64" and "Removes reg aliases since there are many ABIs: o32/n32/n64" @rustbot modify labels: -S-waiting-on-author +S-waiting-on-review |
Amanieu
commented
Oct 10, 2020
@bors r+ |
bors
commented
Oct 10, 2020
📌 Commit 4d570fb has been approved by |
bors
commented
Oct 10, 2020
bors
commented
Oct 10, 2020
☀️ Test successful - checks-actions, checks-azure |
src/doc/unstable-book/src/library-features/asm.md.cc #76839