Skip to content
Navigation Menu
Toggle navigation
Sign in
Product
GitHub Copilot
Write better code with AI
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
state:open label:"F-f16_and_f128"
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
rust-lang
/
rust
Public
Notifications
You must be signed in to change notification settings
Fork
13.3k
Star
103k
Code
Issues
5k+
Pull requests
711
Actions
Projects
9
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Issues
Search Issues
state
:
open
label
:
"F-f16_and_f128"
state:open label:"F-f16_and_f128"
Search
Labels
Milestones
New issue
Search results
Open
Closed
Fallback <code>{float}</code> to <code>f32</code> when <code>f32: From<{float}></code> and add <code>impl From<f16> for f32</code>
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
This issue / PR is in PFCP or FCP with a disposition to merge it.
F-f16_and_f128
`#![feature(f16)]`, `#![feature(f128)]`
`#![feature(f16)]`, `#![feature(f128)]`
I-lang-radar
Items that are on lang's radar and will need eventual work or consideration.
Items that are on lang's radar and will need eventual work or consideration.
needs-fcp
This change is insta-stable, so needs a completed FCP to proceed.
This change is insta-stable, so needs a completed FCP to proceed.
proposed-final-comment-period
Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off.
Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off.
S-waiting-on-documentation
Status: Waiting on approved PRs to documentation before merging
Status: Waiting on approved PRs to documentation before merging
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
Status: Awaiting review from the assignee but also interested parties.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
Relevant to the language team, which will review and decide on the PR/issue.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Relevant to the library API team, which will review and decide on the PR/issue.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
Relevant to the types team, which will review and decide on the PR/issue.
Status: Open (in progress).
rust-lang/rust
number 139087
#139087
In rust-lang/rust;
·
beetrees
opened
on Mar 28, 2025
f16 and f128 have non-trivial ABI requirements on some targets
A-ABI
Area: Concerning the application binary interface (ABI)
Area: Concerning the application binary interface (ABI)
A-floating-point
Area: Floating point numbers and arithmetic
Area: Floating point numbers and arithmetic
C-bug
Category: This is a bug.
Category: This is a bug.
E-needs-investigation
Call for partcipation: This issues needs some investigation to determine current status
Call for partcipation: This issues needs some investigation to determine current status
F-f16_and_f128
`#![feature(f16)]`, `#![feature(f128)]`
`#![feature(f16)]`, `#![feature(f128)]`
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
Relevant to the library team, which will review and decide on the PR/issue.
Status: Open.
#138616
In rust-lang/rust;
·
RalfJung
opened
on Mar 17, 2025
Cross-build of 1.85.0 to mipsel-unknown-netbsd fails w/missing __gnu_h2f_ieee and __gnu_f2h_ieee.
A-clippy
Area: Clippy
Area: Clippy
A-cross
Area: Cross compilation
Area: Cross compilation
C-bug
Category: This is a bug.
Category: This is a bug.
F-f16_and_f128
`#![feature(f16)]`, `#![feature(f128)]`
`#![feature(f16)]`, `#![feature(f128)]`
O-MIPS
Target: MIPS processors
Target: MIPS processors
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Status: Open.
#137630
In rust-lang/rust;
·
he32
opened
on Feb 25, 2025
Linking failed with <code>f16</code>: <code>undefined symbol: __floatuntihf</code> on Ubuntu 20.04
A-linkage
Area: linking into static, shared libraries and binaries
Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
Category: This is a bug.
F-f16_and_f128
`#![feature(f16)]`, `#![feature(f128)]`
`#![feature(f16)]`, `#![feature(f128)]`
requires-nightly
This issue requires a nightly compiler in some way.
This issue requires a nightly compiler in some way.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
Relevant to the library team, which will review and decide on the PR/issue.
Status: Open.
#132614
In rust-lang/rust;
·
zhassan-aws
opened
on Nov 4, 2024
x86-32 "f16" ABI needs SSE, incompatible with i586 targets
A-ABI
Area: Concerning the application binary interface (ABI)
Area: Concerning the application binary interface (ABI)
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
Category: This is a bug.
F-f16_and_f128
`#![feature(f16)]`, `#![feature(f128)]`
`#![feature(f16)]`, `#![feature(f128)]`
O-x86_32
Target: x86 processors, 32 bit (like i686-*) (IA-32)
Target: x86 processors, 32 bit (like i686-*) (IA-32)
S-waiting-on-LLVM
Status: the compiler-dragon is eepy, can someone get it some tea?
Status: the compiler-dragon is eepy, can someone get it some tea?
Status: Open.
#131819
In rust-lang/rust;
·
RalfJung
opened
on Oct 17, 2024
Add <code>f16</code> formatting and parsing
A-testsuite
Area: The testsuite used to check the correctness of rustc
Area: The testsuite used to check the correctness of rustc
F-f16_and_f128
`#![feature(f16)]`, `#![feature(f128)]`
`#![feature(f16)]`, `#![feature(f128)]`
rla-silenced
Silences rust-log-analyzer postings to the PR it's added on.
Silences rust-log-analyzer postings to the PR it's added on.
S-blocked
Status: Blocked on something else such as an RFC or other implementation work.
Status: Blocked on something else such as an RFC or other implementation work.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
Relevant to the library team, which will review and decide on the PR/issue.
Status: Open (in progress).
rust-lang/rust
number 127013
#127013
In rust-lang/rust;
·
tgross35
opened
on Jun 27, 2024
Add SIMD operations that use f16 and f128
A-SIMD
Area: SIMD (Single Instruction Multiple Data)
Area: SIMD (Single Instruction Multiple Data)
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
Category: A feature request, i.e: not implemented / a PR.
E-help-wanted
Call for participation: Help is requested to fix this issue.
Call for participation: Help is requested to fix this issue.
F-f16_and_f128
`#![feature(f16)]`, `#![feature(f128)]`
`#![feature(f16)]`, `#![feature(f128)]`
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
Relevant to the library team, which will review and decide on the PR/issue.
Status: Open.
#125440
In rust-lang/rust;
·
tgross35
opened
on May 23, 2024
Enable <code>f16</code> and <code>f128</code> in assembly on platforms that support it
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
Area: Inline assembly (`asm!(…)`)
E-medium
Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
F-f16_and_f128
`#![feature(f16)]`, `#![feature(f128)]`
`#![feature(f16)]`, `#![feature(f128)]`
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
Status: Open.
#125398
In rust-lang/rust;
·
tgross35
opened
on May 22, 2024
<code>f128</code> symbols on powerpc64 give inaccurate results
A-ABI
Area: Concerning the application binary interface (ABI)
Area: Concerning the application binary interface (ABI)
C-bug
Category: This is a bug.
Category: This is a bug.
F-f16_and_f128
`#![feature(f16)]`, `#![feature(f128)]`
`#![feature(f16)]`, `#![feature(f128)]`
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
Relevant to the library team, which will review and decide on the PR/issue.
Status: Open.
#125109
In rust-lang/rust;
·
tgross35
opened
on May 14, 2024
<code>f32::from(<untyped float>)</code> inference with <code>f16</code> and <code>f128</code>
F-f16_and_f128
`#![feature(f16)]`, `#![feature(f128)]`
`#![feature(f16)]`, `#![feature(f128)]`
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
Relevant to the language team, which will review and decide on the PR/issue.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
Relevant to the library team, which will review and decide on the PR/issue.
Status: Open.
#123831
In rust-lang/rust;
·
tgross35
opened
on Apr 11, 2024
Improve MSVC debug info for f16 and f128
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
E-hard
Call for participation: Hard difficulty. Experience needed to fix: A lot.
Call for participation: Hard difficulty. Experience needed to fix: A lot.
E-needs-investigation
Call for partcipation: This issues needs some investigation to determine current status
Call for partcipation: This issues needs some investigation to determine current status
F-f16_and_f128
`#![feature(f16)]`, `#![feature(f128)]`
`#![feature(f16)]`, `#![feature(f128)]`
O-windows-msvc
Toolchain: MSVC, Operating system: Windows
Toolchain: MSVC, Operating system: Windows
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
WG-debugging
Working group: Bad Rust debugging experiences
Working group: Bad Rust debugging experiences
Status: Open.
#121837
In rust-lang/rust;
·
tgross35
opened
on Mar 1, 2024
Tracking Issue for <code>f16</code> and <code>f128</code> float types
B-RFC-approved
Blocker: Approved by a merged RFC but not yet implemented.
Blocker: Approved by a merged RFC but not yet implemented.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
Category: An issue tracking the progress of sth. like the implementation of an RFC
F-f16_and_f128
`#![feature(f16)]`, `#![feature(f128)]`
`#![feature(f16)]`, `#![feature(f128)]`
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
Relevant to the language team, which will review and decide on the PR/issue.
Status: Open.
#116909
In rust-lang/rust;
·
traviscross
opened
on Oct 18, 2023
You can’t perform that action at this time.