about summary refs log tree commit diff
path: root/tests/codegen/src-hash-algorithm
diff options
context:
space:
mode:
authorLeón Orell Valerian Liehr <me@fmease.dev>2025-02-25 13:07:40 +0100
committerGitHub <noreply@github.com>2025-02-25 13:07:40 +0100
commitb627900585c4d52ba7490bca0b2d1e580b40f815 (patch)
tree2d155b00bc3c2af9e4d75c7d3eff659cc78b8060 /tests/codegen/src-hash-algorithm
parent15f0dca5317ac3cac7be8f509761fa6248fad0c0 (diff)
parent78481458d172e0a85dc56a08f315d7fc6c1757cc (diff)
downloadrust-b627900585c4d52ba7490bca0b2d1e580b40f815.tar.gz
rust-b627900585c4d52ba7490bca0b2d1e580b40f815.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 'tests/codegen/src-hash-algorithm')
0 files changed, 0 insertions, 0 deletions