From 533ad160e0363c51b9c1c47e2f4d8f5211f37a5d Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Tue, 14 Apr 2026 13:51:04 -0700 Subject: [PATCH] Fixed CI --- src/bitutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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};