File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ Providing functionality via architecture-independent intrinsics is the preferred
204
204
Some intrinsics are only available if a particular header file is included.
205
205
RISC-V header files that enable intrinsics require the prefix ` riscv_ ` (e.g. ` riscv_vector.h ` or ` riscv_crypto.h ` ).
206
206
207
- RISC-V specific intrinsics use the common prefix " __ riscv_ " to avoid namespace collisions.
207
+ RISC-V specific intrinsics use the common prefix ` __riscv_ ` to avoid namespace collisions.
208
208
209
209
The intrinsic name describes the functional behaviour of the function.
210
210
In case the functionality can be expressed with a single instruction, the instruction's name (any '.' replaced by '_ ') is the preferred choice.
You can’t perform that action at this time.
0 commit comments