León Orell Valerian Liehr 1511ccd6f8
Rollup merge of #137595 - folkertdev:remove-simd-pow-powi, r=RalfJung
remove `simd_fpow` and `simd_fpowi`

Discussed in https://github.com/rust-lang/rust/issues/137555

These functions are not exposed from `std::intrinsics::simd`, and not used anywhere outside of the compiler. They also don't lower to particularly good code at least on the major ISAs (I checked x86_64, aarch64, s390x, powerpc), where the vector is just spilled to the stack and scalar functions are used for the actual logic.

r? `@RalfJung`
2025-02-25 13:07:40 +01:00
..
2025-02-17 13:21:02 +11:00
2025-02-08 22:12:13 +00:00
2025-02-13 19:47:55 +00:00
2025-02-08 22:12:13 +00:00
2025-02-08 22:12:13 +00:00