Skip to content
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

Fix the half and bytecount crates on arm64 #1566

Merged
merged 3 commits into from
Mar 27, 2025
Merged

Fix the half and bytecount crates on arm64 #1566

merged 3 commits into from
Mar 27, 2025

Conversation

bjorn3
Copy link
Member

@bjorn3 bjorn3 commented Mar 20, 2025

The bytecount crate used to work, but some changes in stdarch broke it. The half crate needed #[target_feature] support for inline asm.

Fixes #1563

@bjorn3 bjorn3 merged commit 8364234 into master Mar 27, 2025
48 of 49 checks passed
@bjorn3 bjorn3 deleted the arm64_fixes branch March 27, 2025 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compiling a new project on M4 Apple Mac "invalid operand for instruction" error
1 participant