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
160160 #[ inline]
161161 fn with_exposed_provenance ( addr : Self :: Usize ) -> Self {
162162 // 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) }
164164 }
165165
166166 #[ inline]
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ where
157157 #[ inline]
158158 fn with_exposed_provenance ( addr : Self :: Usize ) -> Self {
159159 // 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) }
161161 }
162162
163163 #[ inline]
You can’t perform that action at this time.
0 commit comments