diff --git a/src/bitutils.c b/src/bitutils.c index 578bcad..366e670 100644 --- a/src/bitutils.c +++ b/src/bitutils.c @@ -169,7 +169,7 @@ BitJaccardDistanceAvx512Popcount(uint32 bytes, unsigned char *ax, unsigned char #endif TARGET_XSAVE static bool -SupportsAvx512Popcount() +SupportsAvx512Popcount(void) { unsigned int exx[4] = {0, 0, 0, 0};