Skip to content

Commit 4369a78

Browse files
committed
Add triagebot mentions entry for simd intrinsics
1 parent 558ac1c commit 4369a78

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

triagebot.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,13 @@ cc = ["@Nadrieril"]
492492
message = "Some changes might have occurred in exhaustiveness checking"
493493
cc = ["@Nadrieril"]
494494

495+
[mentions."library/core/src/intrinsics/simd.rs"]
496+
message = """
497+
Some changes occurred to the platform-builtins intrinsics. Make sure all
498+
codegen backends as well as portable-simd get adapted for the changes.
499+
"""
500+
cc = ["@antoyo", "@GuillaumeGomez", "@bjorn3", "@calebzulawski", "@programmerjake"]
501+
495502
[mentions."library/portable-simd"]
496503
message = """
497504
Portable SIMD is developed in its own repository. If possible, consider \

0 commit comments

Comments
 (0)