On Mon, 10 Feb 2025 17:37:32 +0100, Miguel Ojeda wrote:
Starting with Rust 1.85.0 (to be released 2025-02-20), `rustc` warns [1] about disabling neon in the aarch64 hardfloat target:
warning: target feature `neon` cannot be toggled with `-Ctarget-feature`: unsound on hard-float targets because it changes float ABI | = note: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = note: for more information, see issue #116344 <https://github.com/rust-lang/rust/issues/116344>
[...]
Applied to arm64 (for-next/fixes), thanks!
[1/1] arm64: rust: clean Rust 1.85.0 warning using softfloat target https://git.kernel.org/arm64/c/446a8351f160
Cheers,