Skip to content

Commit 27475cf

Browse files
committed
fix compile
1 parent 8068018 commit 27475cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/llamafile/iqk_mul_mat.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2388,7 +2388,7 @@ struct SimpleBits {
23882388

23892389

23902390
struct EvenSignHelper {
2391-
#ifdef HAVE_FANCY_SIMD
2391+
#if defined(HAVE_FANCY_SIMD) && defined(__AVX512VPOPCNTDQ__)
23922392
union sbits_t {
23932393
__m128i vec;
23942394
__mmask32 mask[4];

0 commit comments

Comments
 (0)