rust/library/core
WANG Rui b2858f3132 Add loongarch64 with d feature to f32::midpoint fast path
This patch enables the optimized implementation of `f32::midpoint` for
`loongarch64` targets that support the `d`feature. Targets with reliable
64-bit float support can safely use the faster and more accurate computation
via `f64`, avoiding the fallback branchy version.
2025-05-29 09:30:25 +08:00
..
src Add loongarch64 with d feature to f32::midpoint fast path 2025-05-29 09:30:25 +08:00
Cargo.toml Initial implementation of core_float_math 2025-05-13 22:08:18 +00:00