Skip to content

Commit

Permalink
Intrisics -> Intrinsics
Browse files Browse the repository at this point in the history
  • Loading branch information
wangpc-pp committed Jul 16, 2024
1 parent 65c3dc4 commit c8b2e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riscv-c-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ RISC-V intrinsics examples:
vint8m1_t __riscv_vadd_vv_i8m1(vint8m1_t vs2, vint8m1_t vs1, size_t vl); // vadd.vv vd, vs2, vs1
```
### Atomic Intrisics
### Atomic Intrinsics
In order to access the RISC-V atomic intrinsics, it is necessary to include the
header file `riscv_atomic.h`.
Expand Down

0 comments on commit c8b2e50

Please sign in to comment.