-
Notifications
You must be signed in to change notification settings - Fork 82
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
Move intrinsic declarations to core and verify behavior #381
Comments
calebzulawski
changed the title
Move intrinsic declarations to core
Move intrinsic declarations to core and verify behavior
Dec 11, 2023
Note that there are two semantics:
|
RalfJung
pushed a commit
to RalfJung/miri
that referenced
this issue
Dec 21, 2023
Add core::intrinsics::simd Intended to close rust-lang/portable-simd#381. r? ralfjung
Merged
lnicola
pushed a commit
to lnicola/rust-analyzer
that referenced
this issue
Apr 7, 2024
Add core::intrinsics::simd Intended to close rust-lang/portable-simd#381. r? ralfjung
RalfJung
pushed a commit
to RalfJung/rust-analyzer
that referenced
this issue
Apr 27, 2024
Add core::intrinsics::simd Intended to close rust-lang/portable-simd#381. r? ralfjung
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The intrinsics should exist in core, which will make them easier to test and document. There is currently no single set of documentation explaining the semantics of the intrinsics, so this module would serve as the "definitive" description.
Additionally, we should ensure that the semantics match the documentation and is sound.
The text was updated successfully, but these errors were encountered: