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

Documentation of the RISC-V C API
https://lf-riscv.atlassian.net/browse/RVG-4
Creative Commons Attribution 4.0 International
75 stars 41 forks source link

Fix the __riscv_clmul* intrinsics. #59

Closed Liaoshihua closed 11 months ago

Liaoshihua commented 11 months ago

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

Liaoshihua commented 11 months ago

@topperc @cmuellner