riscv-non-isa/riscv-c-api-doc

wrong ntl preload

Opened this issue · 0 comments

| `__builtin_prefetch(ptr, 0, 0 /* locality */);` | `ntl.all + prefetch.r (ptr)` |

Preload with ntl.all doesn't make sense. Should be probably ntl.s1 which is missing from the table.