File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,6 @@ extern "platform-intrinsic" {
153
153
/// equivalent to wrapping_offset
154
154
pub ( crate ) fn simd_arith_offset < T , U > ( ptr : T , offset : U ) -> T ;
155
155
156
- /*
157
156
/// equivalent to `T as U` semantics, specifically for pointers
158
157
pub ( crate ) fn simd_cast_ptr < T , U > ( ptr : T ) -> U ;
159
158
@@ -162,17 +161,4 @@ extern "platform-intrinsic" {
162
161
163
162
/// convert an exposed address back to a pointer
164
163
pub ( crate ) fn simd_from_exposed_addr < T , U > ( addr : T ) -> U ;
165
- */
166
- }
167
-
168
- pub ( crate ) unsafe fn simd_cast_ptr < T , U > ( _ptr : T ) -> U {
169
- unimplemented ! ( )
170
- }
171
-
172
- pub ( crate ) unsafe fn simd_expose_addr < T , U > ( _ptr : T ) -> U {
173
- unimplemented ! ( )
174
- }
175
-
176
- pub ( crate ) unsafe fn simd_from_exposed_addr < T , U > ( _addr : T ) -> U {
177
- unimplemented ! ( )
178
164
}
You can’t perform that action at this time.
0 commit comments