diff options
| author | quaternic <57393910+quaternic@users.noreply.github.com> | 2025-07-27 08:26:58 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-27 00:26:58 -0500 |
| commit | c061e73d9ff3fa07dcb005a40453e124302bdeb8 (patch) | |
| tree | bc563f150e947f4ac930effc8bc262eb5245743f /tests/codegen-llvm/src-hash-algorithm/src-hash-algorithm-md5.rs | |
| parent | 474315828b5a6eca321b2e2816829ccd530b210b (diff) | |
| download | rust-c061e73d9ff3fa07dcb005a40453e124302bdeb8.tar.gz rust-c061e73d9ff3fa07dcb005a40453e124302bdeb8.zip | |
Avoid inlining `floor` into `rem_pio2`
Possible workaround for https://github.com/rust-lang/compiler-builtins/pull/976#issuecomment-3085530354 Inline assembly in the body of a function currently causes the compiler to consider that function possibly unwinding, even if said asm originated from inlining an `extern "C"` function. This patch wraps the problematic callsite with `#[inline(never)]`.
Diffstat (limited to 'tests/codegen-llvm/src-hash-algorithm/src-hash-algorithm-md5.rs')
0 files changed, 0 insertions, 0 deletions
