Add `__powitf2` symbol for `f128` integer exponentiation by tgross35 · Pull Request #614 · rust-lang/compiler-builtins

@tgross35 tgross35 changed the title Add __powitf2 symbol for f128 powi Add __powitf2 symbol for f128 integer exponentation

May 16, 2024

@tgross35 tgross35 changed the title Add __powitf2 symbol for f128 integer exponentation Add __powitf2 symbol for f128 integer exponentiation

May 16, 2024

tgross35 added a commit to tgross35/rust that referenced this pull request

May 16, 2024

tgross35 added a commit to tgross35/rust that referenced this pull request

May 16, 2024

Qadeem411

bors added a commit to rust-lang-ci/rust that referenced this pull request

May 17, 2024
Add `powi` fo `f16` and `f128`

This will unblock adding support to compiler_builtins (<rust-lang/compiler-builtins#614>), which will then unblock adding tests for these new functions.

flip1995 pushed a commit to flip1995/rust-clippy that referenced this pull request

May 24, 2024
Add `powi` fo `f16` and `f128`

This will unblock adding support to compiler_builtins (<rust-lang/compiler-builtins#614>), which will then unblock adding tests for these new functions.

@tgross35 tgross35 marked this pull request as ready for review

September 26, 2024 02:46

@tgross35

Create the symbol `__powitf2`.

@tgross35

tgross35 added a commit to tgross35/rust that referenced this pull request

Sep 28, 2024

tgross35 added a commit to tgross35/rust that referenced this pull request

Sep 28, 2024

bors added a commit to rust-lang-ci/rust that referenced this pull request

Sep 28, 2024

RalfJung pushed a commit to RalfJung/miri that referenced this pull request

Oct 3, 2024

tgross35 added a commit that referenced this pull request

Jan 31, 2026
Add `__powitf2` symbol for `f128` integer exponentiation