also rename the SIMD intrinsic
This commit is contained in:
parent
2b03143cfe
commit
6da23374ef
2 changed files with 2 additions and 2 deletions
|
|
@ -160,7 +160,7 @@ where
|
|||
#[inline]
|
||||
fn with_exposed_provenance(addr: Self::Usize) -> Self {
|
||||
// Safety: `self` is a pointer vector
|
||||
unsafe { core::intrinsics::simd::simd_from_exposed_addr(addr) }
|
||||
unsafe { core::intrinsics::simd::simd_with_exposed_provenance(addr) }
|
||||
}
|
||||
|
||||
#[inline]
|
||||
|
|
|
|||
|
|
@ -157,7 +157,7 @@ where
|
|||
#[inline]
|
||||
fn with_exposed_provenance(addr: Self::Usize) -> Self {
|
||||
// Safety: `self` is a pointer vector
|
||||
unsafe { core::intrinsics::simd::simd_from_exposed_addr(addr) }
|
||||
unsafe { core::intrinsics::simd::simd_with_exposed_provenance(addr) }
|
||||
}
|
||||
|
||||
#[inline]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue