-
Notifications
You must be signed in to change notification settings - Fork 106
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
Compiling a new project on M4 Apple Mac "invalid operand for instruction" error #1563
Comments
I will try #1564 in a few minutes. |
I tried #1564. I think the error is different now:
|
That is a different dependency. Will look into it. |
And it looks like I messed up testing for the half crate. I now get
|
Tell me when to try what and I'll do. Thanks for your immense work! |
Sorry to ask you this, I know that ETA should not be asked in open source projects: do you think this error can be solved in the short term or will it take months and months? I ask you this because I just bought an M4 Macbook to speed up the development of projects in Rust and I discover with great pain that cranelift does not work because of this issue. I do not want to bother and forget the question if I bothered you. |
It should be doable in the short term. Adding/fixing a bunch of vendor intrinsics isn't that hard, just tedious. I should have time to work on it on Thursday. |
@frederikhors does #1566 work? |
I'm going to assume this is fixed by #1566. If it doesn't work after all, please let me know and I can reopen. |
Sorry. I don't have a Mac right now. I have to go back to where the Macs are to try. And I don't know when I'll be back, but I'll let you know. |
Compiling a new project on M4 Apple Mac gives me the below error.
I'm using this version:
cargo build
stable works fine.The text was updated successfully, but these errors were encountered: