-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Add dot product for i16. #136
Conversation
Temporarily disabled the nightly MIPS tests until this is fixed in the compiler |
Do you have an upstream ticket for that? If it's indeed an upstream bug, then I'd argue it's very unlikely to be fixed, considering MIPS is basically unmaintained. And without an upstream ticket, even less so. It probably makes sense to rip out this from the CI entirely then. Was it there to test big endian? If so, it should probably be replaced with the much more maintained powerpc targets. |
Yeah the MIPS is just to test for endianness.... first thing that came to mind :) I was going to try to make a simpler repro to file a ticket when I get some time. |
Yeah, MIPS got in the CI as "a big endian target", and doesn't otherwise have a person working on |
Submitted issue... looks like 64 bit shifts in MIPS are broken. |
No description provided.