We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed5f4d commit 716cd92Copy full SHA for 716cd92
riscv-c-api.md
@@ -419,6 +419,8 @@ The following table presents the mapping from the __builtin_prefetch function to
419
| `__builtin_prefetch(ptr, 0, 2 /* locality */);` | `ntl.p1 + prefetch.r (ptr)` |
420
| `__builtin_prefetch(ptr, 0, 3 /* locality */);` | `prefetch.r (ptr)` |
421
422
+Compiler only emits the ntlh hints if the Zihintntl extension is enabled.
423
+
424
### Scalar Bit Manipulation Extension Intrinsics
425
426
In order to access the RISC-V scalar bit manipulation intrinsics, it is
0 commit comments