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:
commit
2baa994ec4
1 changed files with 7 additions and 0 deletions
|
@ -488,6 +488,13 @@ cc = ["@Nadrieril"]
|
||||||
message = "Some changes might have occurred in exhaustiveness checking"
|
message = "Some changes might have occurred in exhaustiveness checking"
|
||||||
cc = ["@Nadrieril"]
|
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"]
|
[mentions."library/portable-simd"]
|
||||||
message = """
|
message = """
|
||||||
Portable SIMD is developed in its own repository. If possible, consider \
|
Portable SIMD is developed in its own repository. If possible, consider \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue