about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/example/alloc_example.rs
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2025-05-29 17:03:01 +0200
committerGitHub <noreply@github.com>2025-05-29 17:03:01 +0200
commit8c708a473dd0b09547bdf489ce8a5d9a38743893 (patch)
tree30d39998d53e2daf43a8ae0087e1f53672d5e43d /compiler/rustc_codegen_gcc/example/alloc_example.rs
parenta547af9ffc6cd72303dfea3647d0e9a4cc599609 (diff)
parentb2858f313299f812915e5de4d68874d27149be8a (diff)
downloadrust-8c708a473dd0b09547bdf489ce8a5d9a38743893.tar.gz
rust-8c708a473dd0b09547bdf489ce8a5d9a38743893.zip
Rollup merge of #141715 - heiher:loong64-f32-midpoint, r=the8472
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.
Diffstat (limited to 'compiler/rustc_codegen_gcc/example/alloc_example.rs')
0 files changed, 0 insertions, 0 deletions