1
Fork 0

UPDATE - replace expected_simd error with one from codegen_ssa

Here I am assuming we want to treat these parameters (input, first, second, third, return) as translatable
This commit is contained in:
Jhonny Bill Mena 2023-07-20 00:20:00 -04:00
parent 051615e198
commit 7a888fb56e
3 changed files with 16 additions and 42 deletions

View file

@ -1,9 +1,6 @@
codegen_gcc_invalid_minimum_alignment =
invalid minimum global alignment: {$err}
codegen_gcc_invalid_monomorphization_expected_simd =
invalid monomorphization of `{$name}` intrinsic: expected SIMD {$expected_ty} type, found non-SIMD `{$found_ty}`
codegen_gcc_lto_not_supported =
LTO is not supported. You may get a linker error.