Skip to content

Commit c00b0ba

Browse files
authored
Merge pull request #83 from wangpc-pp/patch-2
Fix typo: Intrisics -> Intrinsics
2 parents 34ce6c7 + b4a7a69 commit c00b0ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

riscv-c-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ RISC-V intrinsics examples:
440440
vint8m1_t __riscv_vadd_vv_i8m1(vint8m1_t vs2, vint8m1_t vs1, size_t vl); // vadd.vv vd, vs2, vs1
441441
```
442442
443-
### NTLH Intrisics
443+
### NTLH Intrinsics
444444
445445
The RISC-V zihintntl extension provides the RISC-V specific intrinsic functions for generating non-temporal memory accesses. These intrinsic functions provide the domain parameter to specify the behavior of memory accesses.
446446

0 commit comments

Comments
 (0)