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`
This commit is contained in:
Guillaume Gomez 2024-01-30 11:19:12 +01:00 committed by GitHub
commit 2baa994ec4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 \