Skip to content

Commit 5fc26eb

Browse files
authored
Unrolled build for rust-lang#119123
Rollup merge of rust-lang#119123 - bjorn3:simd_intrinsics_mentions, r=Nilstrieb Add triagebot mentions entry for simd intrinsics Fixes rust-lang#119119 cc `@antoyo,` `@GuillaumeGomez,` `@rust-lang/project-portable-simd`
2 parents c401f09 + adb6e1b commit 5fc26eb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

triagebot.toml

+7
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,13 @@ cc = ["@Nadrieril"]
488488
message = "Some changes might have occurred in exhaustiveness checking"
489489
cc = ["@Nadrieril"]
490490

491+
[mentions."library/core/src/intrinsics/simd.rs"]
492+
message = """
493+
Some changes occurred to the platform-builtins intrinsics. Make sure the
494+
LLVM backend as well as portable-simd gets adapted for the changes.
495+
"""
496+
cc = ["@antoyo", "@GuillaumeGomez", "@bjorn3", "@calebzulawski", "@programmerjake"]
497+
491498
[mentions."library/portable-simd"]
492499
message = """
493500
Portable SIMD is developed in its own repository. If possible, consider \

0 commit comments

Comments
 (0)