about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorJubilee Young <workingjubilee@gmail.com>2022-01-27 11:50:58 -0800
committerJubilee Young <workingjubilee@gmail.com>2022-01-27 11:50:58 -0800
commite96159e9af4e55070481a7c071e61e0adf337807 (patch)
treefbfbc641183d7daacc3e8164d731b7c1c7eb26da /compiler/rustc_codegen_llvm/src
parentcde7bdc678c52efd16baead2c9cb8eb3bf8be854 (diff)
downloadrust-e96159e9af4e55070481a7c071e61e0adf337807.tar.gz
rust-e96159e9af4e55070481a7c071e61e0adf337807.zip
pub use std::simd::StdFloat;
Make available the remaining float intrinsics that require runtime support
from a platform's libm, and thus cannot be included in a no-deps libcore,
by exposing them through a sealed trait, `std::simd::StdFloat`.

We might use the trait approach a bit more in the future, or maybe not.
Ideally, this trait doesn't stick around, even if so.
If we don't need to intermesh it with std, it can be used as a crate,
but currently that is somewhat uncertain.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions