You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add #[rustc_intrinsic_const_vector_arg] to allow vectors to be passed as constants
This allows constant vectors using a repr(simd) type to be propagated
through to the backend by reusing the functionality used to do a similar
thing for the simd_shuffle intrinsic.
fixrust-lang#118209
Copy file name to clipboardexpand all lines: compiler/rustc_codegen_ssa/messages.ftl
+2
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@ codegen_ssa_cgu_not_recorded =
16
16
17
17
codegen_ssa_check_installed_visual_studio = please ensure that Visual Studio 2017 or later, or Build Tools for Visual Studio were installed with the Visual C++ option.
18
18
19
+
codegen_ssa_const_vector_evaluation = could not evaluate constant vector at compile time
20
+
19
21
codegen_ssa_copy_path = could not copy {$from} to {$to}: {$error}
20
22
21
23
codegen_ssa_copy_path_buf = unable to copy {$source_file} to {$output_path}: {$error}
0 commit comments