Skip to content

Commit 9cffa88

Browse files
committed
Update implementation-status.md
1 parent f77fd3e commit 9cffa88

File tree

1 file changed

+28
-31
lines changed

1 file changed

+28
-31
lines changed

docs/implementation-status.md

Lines changed: 28 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -198,39 +198,36 @@ are accepted, but in some cases, the associated runtime behavior is not fully im
198198
---
199199

200200
## Atomic Memory Operations
201-
### Support = no
202201

203-
<!---
204202
| Procedure | Status | Notes |
205203
|-----------|--------|-------|
206-
| `prif_atomic_add` | no | |
207-
| `prif_atomic_add_indirect` | no | |
208-
| `prif_atomic_and` | no | |
209-
| `prif_atomic_and_indirect` | no | |
210-
| `prif_atomic_or` | no | |
211-
| `prif_atomic_or_indirect` | no | |
212-
| `prif_atomic_xor` | no | |
213-
| `prif_atomic_xor_indirect` | no | |
214-
| `prif_atomic_cas_int` | no | |
215-
| `prif_atomic_cas_int_indirect` | no | |
216-
| `prif_atomic_cas_logical` | no | |
217-
| `prif_atomic_cas_logical_indirect` | no | |
218-
| `prif_atomic_fetch_add` | no | |
219-
| `prif_atomic_fetch_add_indirect` | no | |
220-
| `prif_atomic_fetch_and` | no | |
221-
| `prif_atomic_fetch_and_indirect` | no | |
222-
| `prif_atomic_fetch_or` | no | |
223-
| `prif_atomic_fetch_or_indirect` | no | |
224-
| `prif_atomic_fetch_xor` | no | |
225-
| `prif_atomic_fetch_xor_indirect` | no | |
226-
| `prif_atomic_define_int` | no | |
227-
| `prif_atomic_define_int_indirect` | no | |
228-
| `prif_atomic_define_logical` | no | |
229-
| `prif_atomic_define_logical_indirect` | no | |
230-
| `prif_atomic_ref_int` | no | |
231-
| `prif_atomic_ref_int_indirect` | no | |
232-
| `prif_atomic_ref_logical` | no | |
233-
| `prif_atomic_ref_logical_indirect` | no | |
234-
-->
204+
| `prif_atomic_add` | **YES** | |
205+
| `prif_atomic_add_indirect` | **YES** | |
206+
| `prif_atomic_and` | **YES** | |
207+
| `prif_atomic_and_indirect` | **YES** | |
208+
| `prif_atomic_or` | **YES** | |
209+
| `prif_atomic_or_indirect` | **YES** | |
210+
| `prif_atomic_xor` | **YES** | |
211+
| `prif_atomic_xor_indirect` | **YES** | |
212+
| `prif_atomic_cas_int` | **YES** | |
213+
| `prif_atomic_cas_int_indirect` | **YES** | |
214+
| `prif_atomic_cas_logical` | **YES** | |
215+
| `prif_atomic_cas_logical_indirect` | **YES** | |
216+
| `prif_atomic_fetch_add` | **YES** | |
217+
| `prif_atomic_fetch_add_indirect` | **YES** | |
218+
| `prif_atomic_fetch_and` | **YES** | |
219+
| `prif_atomic_fetch_and_indirect` | **YES** | |
220+
| `prif_atomic_fetch_or` | **YES** | |
221+
| `prif_atomic_fetch_or_indirect` | **YES** | |
222+
| `prif_atomic_fetch_xor` | **YES** | |
223+
| `prif_atomic_fetch_xor_indirect` | **YES** | |
224+
| `prif_atomic_define_int` | **YES** | |
225+
| `prif_atomic_define_int_indirect` | **YES** | |
226+
| `prif_atomic_define_logical` | **YES** | |
227+
| `prif_atomic_define_logical_indirect` | **YES** | |
228+
| `prif_atomic_ref_int` | **YES** | |
229+
| `prif_atomic_ref_int_indirect` | **YES** | |
230+
| `prif_atomic_ref_logical` | **YES** | |
231+
| `prif_atomic_ref_logical_indirect` | **YES** | |
235232

236233
---

0 commit comments

Comments
 (0)