cksum: fix bug in check for cksum_pclmul
commit7814596fa91a07fb2f1d0972f93f26de8a4ad547
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 14 Jun 2023 21:13:35 +0000 (14 14:13 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 14 Jun 2023 21:54:46 +0000 (14 14:54 -0700)
treea36974e866e9ff12b88c8e7053630e0bbd37cf5c
parent91a74d361461494dd546467e83bc36c24185d6e7
cksum: fix bug in check for cksum_pclmul

This fixes a typo in the previous patch.
Problem reported by Pádraig Brady <https://bugs.gnu.org/64058#11>.
* src/cksum.c (pclmul_supported): Also require AVX support
to use cksum_pclmul.
src/cksum.c