Re: [PATCH 3/5 V1] RISC-V:Implement intrinsics for Crypto extension

2022-02-28 Thread Kito Cheng via Gcc-patches
Those header files have license issues that should relicinced to GPL, and don't put rvk_asm_intrin.h rvk_emu_intrin.h, since they are not too meaningful when we have compiler support. General comment: - Use /* */ rather than //, that gives much more compatibility, that is illegal for c89. - Add a

[PATCH 3/5 V1] RISC-V:Implement intrinsics for Crypto extension

2022-02-23 Thread shihua
From: LiaoShihua These headers are in https://github.com/rvkrypto/rvkrypto-fips . gcc/ChangeLog: * config.gcc: Add extra_headers. * config/riscv/riscv_crypto.h: New file. * config/riscv/riscv_crypto_scalar.h: New file. * config/riscv/rvk_asm_intrin.h: New