File tree 2 files changed +4
-3
lines changed
docs/src/rust-feature-support
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -252,16 +252,18 @@ code to be sequential.
252
252
253
253
### Platform intrinsics
254
254
255
+ Intrinsics from [ the ` platform_intrinsics ` feature] ( https://rust-lang.github.io/rfcs/1199-simd-infrastructure.html#operations ) .
256
+
255
257
Name | Support | Notes |
256
258
--- | --- | --- |
257
259
` simd_add ` | Yes | |
258
260
` simd_and ` | Yes | |
259
261
` simd_div ` | Yes | Doesn't check for overflow cases [ #1970 ] ( https://github.com/model-checking/kani/issues/1970 ) |
260
262
` simd_eq ` | Yes | |
261
- ` simd_extract ` | No | |
263
+ ` simd_extract ` | Yes | |
262
264
` simd_ge ` | Yes | |
263
265
` simd_gt ` | Yes | |
264
- ` simd_insert ` | No | |
266
+ ` simd_insert ` | Yes | |
265
267
` simd_le ` | Yes | |
266
268
` simd_lt ` | Yes | |
267
269
` simd_mul ` | Yes | |
Original file line number Diff line number Diff line change @@ -7,4 +7,3 @@ The following are examples of unstable features that are not supported
7
7
in Kani:
8
8
* Generators
9
9
* C-variadics
10
- * ` repr(simd) ` and related intrinsics
You can’t perform that action at this time.
0 commit comments