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

Documentation of the RISC-V C API
https://jira.riscv.org/browse/RVG-4
Creative Commons Attribution 4.0 International
68 stars 38 forks source link

Fix the __riscv_clmul* intrinsics. #59

Closed Liaoshihua closed 9 months ago

Liaoshihua commented 9 months ago

These should be __riscv_clmul*(uintxlen_t rs1, uintxlen_t rs2). There are only 1 argument.

Liaoshihua commented 9 months ago

@topperc @cmuellner