Re: [PATCH] RISC-V: Use vclmul for CRC expansion if available

2025-05-09 Thread Anton Blanchard
Hi Jeff, > So this failed pre-commit CI: > > > https://github.com/ewlu/gcc-precommit-ci/issues/3301#issuecomment-2849962485 > > Whatever failure that is needs to be fixed :-) Sorry about that, I'll submit a new version with a fix to the test case. Thanks, Anton

Re: [PATCH] RISC-V: Use vclmul for CRC expansion if available

2025-05-05 Thread Jeff Law
On 5/4/25 10:49 PM, Anton Blanchard wrote: If the vector version of clmul (vclmul) is available and the scalar one is not, use it for CRC expansion. gcc/Changelog: * config/riscv/bitmanip.md (crc_rev4): Check TARGET_ZVBC. (crc4): Likewise. * config/riscv/riscv