summaryrefslogtreecommitdiff
path: root/triagebot.toml
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2024-01-30 11:19:12 +0100
committerGitHub <noreply@github.com>2024-01-30 11:19:12 +0100
commit2baa994ec4244ac38b7e089d7fcbf926af06a61e (patch)
tree37d7d0f61ffe9776dce27505b9ad69a95cbf2e9c /triagebot.toml
parentc401f099795231fca8adf6619d76ccdcfbbfd2f9 (diff)
parentadb6e1b69bfba1e57ba5606797848199733e0f96 (diff)
Rollup merge of #119123 - bjorn3:simd_intrinsics_mentions, r=Nilstrieb
Add triagebot mentions entry for simd intrinsics Fixes https://github.com/rust-lang/rust/issues/119119 cc `@antoyo,` `@GuillaumeGomez,` `@rust-lang/project-portable-simd`
Diffstat (limited to 'triagebot.toml')
-rw-r--r--triagebot.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index e57dd158374..6cd8a8a129a 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -488,6 +488,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 the
+LLVM backend as well as portable-simd gets 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 \