| commit | 002b68d628f9dbff637def887d9102823211ef8d | [log] [tgz] |
|---|---|---|
| author | Jonathan Brouwer <jonathantbrouwer@gmail.com> | Tue Jan 13 09:01:29 2026 +0100 |
| committer | GitHub <noreply@github.com> | Tue Jan 13 09:01:29 2026 +0100 |
| tree | 0f3f81bb01423346a41388fe7464ff246d1499cb | |
| parent | a89683dd954be39f433b4e0ff6380d845e80ec6b [diff] | |
| parent | 6f12b86e9c0703114d3496abf3d7e93f080c6d5e [diff] |
Rollup merge of #150826 - s390x-asm-f16-vector, r=uweigand,tgross35 Add `f16` inline ASM support for s390x tracking issue: https://github.com/rust-lang/rust/issues/116909 cc https://github.com/rust-lang/rust/issues/125398 Support the `f16x8` type in inline assembly. Only with the `nnp-assist` feature are there any instructions that make use of this type. Based on the riscv implementation I now cast to `i16x8` when that feature is not enabled. As far as I'm aware there are no instructions operating on `f16` scalar values. Should we still add support for using them in inline assembly? r? @tgross35 cc @uweigand
Website | Getting started | Learn | Documentation | Contributing
This is the main source code repository for Rust. It contains the compiler, standard library, and documentation.
Performance: Fast and memory-efficient, suitable for critical services, embedded devices, and easily integrated with other languages.
Reliability: Our rich type system and ownership model ensure memory and thread safety, reducing bugs at compile-time.
Productivity: Comprehensive documentation, a compiler committed to providing great diagnostics, and advanced tooling including package manager and build tool (Cargo), auto-formatter (rustfmt), linter (Clippy) and editor support (rust-analyzer).
Read “Installation” from The Book.
If you really want to install from source (though this is not recommended), see INSTALL.md.
See https://www.rust-lang.org/community for a list of chat platforms and forums.
See CONTRIBUTING.md.
Rust is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.
See LICENSE-APACHE, LICENSE-MIT, and COPYRIGHT for details.
The Rust Foundation owns and protects the Rust and Cargo trademarks and logos (the “Rust Trademarks”).
If you want to use these names or brands, please read the Rust language trademark policy.
Third-party logos may be subject to third-party copyrights and trademarks. See Licenses for details.