Skip to content

Disable aarch64 assembly if target_abi = "softfloat" #905

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

Closed
wants to merge 1 commit into from

Conversation

tgross35
Copy link
Contributor

@tgross35 tgross35 commented May 5, 2025

The target aarch64-unknown-none-softfloat still sets the neon target feature, so the assembly implementations are incorrectly being enabled. Update gates to differentiate the softfloat ABI.

The target `aarch64-unknown-none-softfloat` still sets the `neon` target
feature, so the assembly implementations are incorrectly being enabled.
Update gates to differentiate the `softfloat` ABI.
@tgross35 tgross35 force-pushed the aarch64-softfloat-no-asm branch from 419c848 to 6e892aa Compare May 5, 2025 03:23
@tgross35
Copy link
Contributor Author

tgross35 commented May 5, 2025

Nevermind, I was reading the --print cfg output wrong.

@tgross35 tgross35 closed this May 5, 2025
@tgross35 tgross35 deleted the aarch64-softfloat-no-asm branch May 5, 2025 05:16
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.

1 participant