also rename the SIMD intrinsic
This commit is contained in:
parent
038e7c6c38
commit
f2cff5ebb9
10 changed files with 20 additions and 13 deletions
|
@ -2133,7 +2133,7 @@ fn generic_simd_intrinsic<'ll, 'tcx>(
|
|||
return Ok(bx.ptrtoint(args[0].immediate(), llret_ty));
|
||||
}
|
||||
|
||||
if name == sym::simd_from_exposed_addr {
|
||||
if name == sym::simd_with_exposed_provenance {
|
||||
let (out_len, out_elem) = require_simd!(ret_ty, SimdReturn);
|
||||
require!(
|
||||
in_len == out_len,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue