diff options
| author | León Orell Valerian Liehr <me@fmease.dev> | 2025-02-25 13:07:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-25 13:07:40 +0100 |
| commit | 1511ccd6f8f024699d82ee39ebc1fda330916177 (patch) | |
| tree | 22d7fe9fb025cf37ab692a50dbe7fe13dc65f399 /compiler/rustc_parse/src/errors.rs | |
| parent | c8741c60cd46afdb2a9f460db15007777538dc45 (diff) | |
| parent | 60a268998c606440de092452a6380dde749f89c5 (diff) | |
| download | rust-1511ccd6f8f024699d82ee39ebc1fda330916177.tar.gz rust-1511ccd6f8f024699d82ee39ebc1fda330916177.zip | |
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`
Diffstat (limited to 'compiler/rustc_parse/src/errors.rs')
0 files changed, 0 insertions, 0 deletions
