about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
diff options
context:
space:
mode:
authorJubilee <46493976+workingjubilee@users.noreply.github.com>2021-12-04 16:07:40 -0800
committerGitHub <noreply@github.com>2021-12-04 16:07:40 -0800
commit81484a399c96c69adeef352be0e7823b39ce6e7e (patch)
treecc946b7804819d4bb1a322cc0f07e386c4d0c4bb /compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
parenta8385522ade6f67853edac730b5bf164ddb298fd (diff)
parentd9f82f9c4d7f4627721794c3fd9cf4598f60f688 (diff)
downloadrust-81484a399c96c69adeef352be0e7823b39ce6e7e.tar.gz
rust-81484a399c96c69adeef352be0e7823b39ce6e7e.zip
Merge portable-simd#207 - ./feature/simplify-select
Remove Select trait

I realized that our `select` implementation predated `Simd` being generic over element type, and we don't really need the `Select` trait at all. The function signature is much simpler now (generic over element type, rather than over the entire vector). This did require changing mask select to be a different function, but I think that's fine considering they're not necessarily vectors.
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions