-
-
Notifications
You must be signed in to change notification settings - Fork 411
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
MIPS 32-bit target without Atomic{I,U}64 #2599
Comments
I looked into a bit, seems that the issue has to do with the fact that 64bit atomics are not available on mips platforms with 32bit pointers. Unfortunately this seems to be an issue with rust-gc 1 so you may want to publish an issue there, however, while the repository is in continuous development they have not released an update in two years. It should not be too difficult to fix, looking at the code they just need to add a few cfg guards for the 64bit atomics. Footnotes
|
We actually do use 64 bit atomics for our Lines 49 to 52 in ffa854c
We'll probably have to change that to an Also, we've already pulled |
I was not aware of that, my apologies. |
https://github.com/Borber/seam/actions/runs/4154490037/jobs/7186917428#step:5:227
How should I fix this problem
The text was updated successfully, but these errors were encountered: