about summary refs log tree commit diff
path: root/tests/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs
diff options
context:
space:
mode:
authorLeón Orell Valerian Liehr <me@fmease.dev>2025-05-11 02:44:36 +0200
committerGitHub <noreply@github.com>2025-05-11 02:44:36 +0200
commit3c8950c30d20b4457feec172835aeb94ec714c72 (patch)
treec8042cb38eb8d5d148ce7b937644c45218b6f077 /tests/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs
parent7b84c9e9ca4b9c68c888b77762c31e180ee7af45 (diff)
parent7f0ae5e3ad427a2e8a26635ed2377b98b5888f8a (diff)
downloadrust-3c8950c30d20b4457feec172835aeb94ec714c72.tar.gz
rust-3c8950c30d20b4457feec172835aeb94ec714c72.zip
Rollup merge of #140792 - Urgau:minimum-maximum-intrinsics, r=scottmcm,traviscross,tgross35
Use intrinsics for `{f16,f32,f64,f128}::{minimum,maximum}` operations

This PR creates intrinsics for `{f16,f32,f64,f64}::{minimum,maximum}` operations.

This wasn't done when those operations were added as the LLVM support was too weak but now that LLVM has libcalls for unsupported platforms we can finally use them.

Cranelift and GCC[^1] support are partial, Cranelift doesn't support `f16` and `f128`, while GCC doesn't support `f16`.

r? `@tgross35`

try-job: aarch64-gnu
try-job: dist-various-1
try-job: dist-various-2

[^1]: https://www.gnu.org/software///gnulib/manual/html_node/Functions-in-_003cmath_002eh_003e.html
Diffstat (limited to 'tests/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs')
0 files changed, 0 insertions, 0 deletions