rust/library/std
Matthias Krüger 8152da82b5
Rollup merge of #137873 - tgross35:disable-f16-without-neon, r=workingjubilee
Disable `f16` on Aarch64 without `neon`

LLVM has crashes at some `half` operations when built with assertions enabled if fp-armv8 is not available [1]. Things seem to usually work, but we are reaching LLVM undefined behavior so this needs to be disabled.

[1]: https://github.com/llvm/llvm-project/issues/129394
2025-03-02 22:44:26 +01:00
..
benches Fix import in bench for wasm 2025-02-12 14:44:30 -08:00
src Rollup merge of #137375 - steffahn:clarify-read_line-comment, r=Mark-Simulacrum 2025-03-02 22:44:23 +01:00
tests std: Apply deprecated_safe_2024 2025-02-13 13:10:28 -08:00
build.rs Disable f16 on Aarch64 without neon 2025-03-01 23:10:21 +00:00
Cargo.toml Update compiler-builtins to 0.1.148 2025-02-24 07:46:55 +00:00