diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-12-19 16:16:02 +0100 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-12-19 16:16:02 +0100 |
| commit | 4369a787300c22110ae5ea8d520870fd8bc975a0 (patch) | |
| tree | 26aaae4ba43dd43451f34b0e92069b710a220f44 | |
| parent | 558ac1cfb7c214d06ca471885a57caa6c8301bae (diff) | |
| download | rust-4369a787300c22110ae5ea8d520870fd8bc975a0.tar.gz rust-4369a787300c22110ae5ea8d520870fd8bc975a0.zip | |
Add triagebot mentions entry for simd intrinsics
| -rw-r--r-- | triagebot.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index e4b104cdb86..8dcfb38e097 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -492,6 +492,13 @@ cc = ["@Nadrieril"] message = "Some changes might have occurred in exhaustiveness checking" cc = ["@Nadrieril"] +[mentions."library/core/src/intrinsics/simd.rs"] +message = """ +Some changes occurred to the platform-builtins intrinsics. Make sure all +codegen backends as well as portable-simd get adapted for the changes. +""" +cc = ["@antoyo", "@GuillaumeGomez", "@bjorn3", "@calebzulawski", "@programmerjake"] + [mentions."library/portable-simd"] message = """ Portable SIMD is developed in its own repository. If possible, consider \ |
