Skip to content

Commit

Permalink
Unrolled build for rust-lang#119123
Browse files Browse the repository at this point in the history
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`
  • Loading branch information
rust-timer committed Jan 30, 2024
2 parents c401f09 + adb6e1b commit 5fc26eb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 5fc26eb

Please sign in to comment.