rust/library/stdarch/crates
bors ce4beebecb Auto merge of #146683 - clarfonthey:safe-intrinsics, r=RalfJung,Amanieu
Mark float intrinsics with no preconditions as safe

Note: for ease of reviewing, the list of safe intrinsics is sorted in the first commit, and then safe intrinsics are added in the second commit.

All *recently added* float intrinsics have been correctly marked as safe to call due to the fact that they have no preconditions. This adds the remaining float intrinsics which are safe to call to the safe intrinsic list, and removes the unsafe blocks around their calls.

---

Side note: this may want a try run before being added to the queue, since I'm not sure if there's any tier-2 code that uses these intrinsics that might not be tested on the usual PR flow. We've already uncovered a few places in subtrees that do this, and it's worth double-checking before clogging up the queue.
2025-09-22 14:35:46 +00:00
..
assert-instr-macro Fixes to compile with latest Rust nightly 2025-06-11 14:11:23 +00:00
core_arch Auto merge of #146683 - clarfonthey:safe-intrinsics, r=RalfJung,Amanieu 2025-09-22 14:35:46 +00:00
intrinsic-test intrinsic-test: Make Clippy happy 2025-09-12 11:50:25 +00:00
simd-test-macro Merge pull request #1837 from heiher/loong32 2025-07-14 23:27:09 +00:00
stdarch-gen-arm Auto merge of #146683 - clarfonthey:safe-intrinsics, r=RalfJung,Amanieu 2025-09-22 14:35:46 +00:00
stdarch-gen-loongarch loongarch: Use unified data types for SIMD intrinsics 2025-07-25 09:31:58 +08:00
stdarch-test Add testing for Arm64EC Windows 2025-08-10 13:19:06 -07:00
stdarch-verify stdarch-verify: Modernization of the coding style 2025-05-31 09:38:49 +00:00