File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
crates/core_simd/src/simd/ptr Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ where
160
160
#[ inline]
161
161
fn with_exposed_provenance ( addr : Self :: Usize ) -> Self {
162
162
// Safety: `self` is a pointer vector
163
- unsafe { core:: intrinsics:: simd:: simd_from_exposed_addr ( addr) }
163
+ unsafe { core:: intrinsics:: simd:: simd_with_exposed_provenance ( addr) }
164
164
}
165
165
166
166
#[ inline]
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ where
157
157
#[ inline]
158
158
fn with_exposed_provenance ( addr : Self :: Usize ) -> Self {
159
159
// Safety: `self` is a pointer vector
160
- unsafe { core:: intrinsics:: simd:: simd_from_exposed_addr ( addr) }
160
+ unsafe { core:: intrinsics:: simd:: simd_with_exposed_provenance ( addr) }
161
161
}
162
162
163
163
#[ inline]
You can’t perform that action at this time.
0 commit comments