Skip to content
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

Tracking Issue for x86 target feature x87 (x87_target_feature) #133098

Closed
4 tasks
RalfJung opened this issue Nov 16, 2024 · 1 comment
Closed
4 tasks

Tracking Issue for x86 target feature x87 (x87_target_feature) #133098

RalfJung opened this issue Nov 16, 2024 · 1 comment
Labels
C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC

Comments

@RalfJung
Copy link
Member

This is a tracking issue for the x86 target feature x87.
The feature gate for the issue is #![feature(x87_target_feature)].

This feature can only be set on softfloat targets; hardfloat targets require it and therefore do not allow toggling it.

About tracking issues

Tracking issues are used to record the overall progress of implementation.
They are also used as hubs connecting to other relevant issues, e.g., bugs or open design questions.
A tracking issue is however not meant for large scale discussion, questions, or bug reports about a feature.
Instead, open a dedicated issue for the specific matter and add the relevant feature gate label.
Discussion comments will get marked as off-topic or deleted.
Repeated discussions on the tracking issue may lead to the tracking issue getting locked.

Steps

Unresolved Questions

XXX --- list all the "unresolved questions" found in the RFC to ensure they are
not forgotten

Implementation history

@RalfJung RalfJung added the C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC label Nov 16, 2024
@RalfJung
Copy link
Member Author

Never mind, we can just use #44839 like we do for most target feature feature gates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC
Projects
None yet
Development

No branches or pull requests

1 participant