Skip to content

Commit 25fbe27

Browse files
authored
Amend platform intrinsics documentation (rust-lang#2030)
1 parent a26de5a commit 25fbe27

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/src/rust-feature-support/intrinsics.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -252,16 +252,18 @@ code to be sequential.
252252

253253
### Platform intrinsics
254254

255+
Intrinsics from [the `platform_intrinsics` feature](https://rust-lang.github.io/rfcs/1199-simd-infrastructure.html#operations).
256+
255257
Name | Support | Notes |
256258
--- | --- | --- |
257259
`simd_add` | Yes | |
258260
`simd_and` | Yes | |
259261
`simd_div` | Yes | Doesn't check for overflow cases [#1970](https://github.com/model-checking/kani/issues/1970) |
260262
`simd_eq` | Yes | |
261-
`simd_extract` | No | |
263+
`simd_extract` | Yes | |
262264
`simd_ge` | Yes | |
263265
`simd_gt` | Yes | |
264-
`simd_insert` | No | |
266+
`simd_insert` | Yes | |
265267
`simd_le` | Yes | |
266268
`simd_lt` | Yes | |
267269
`simd_mul` | Yes | |

docs/src/rust-feature-support/unstable.md

-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ The following are examples of unstable features that are not supported
77
in Kani:
88
* Generators
99
* C-variadics
10-
* `repr(simd)` and related intrinsics

0 commit comments

Comments
 (0)