mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2025-09-06 20:49:55 +00:00
Add compile condition
This commit is contained in:
parent
8068018504
commit
dd390835ca
1 changed files with 1 additions and 1 deletions
2
third_party/llamafile/iqk_mul_mat.inc
vendored
2
third_party/llamafile/iqk_mul_mat.inc
vendored
|
@ -2388,7 +2388,7 @@ struct SimpleBits {
|
||||||
|
|
||||||
|
|
||||||
struct EvenSignHelper {
|
struct EvenSignHelper {
|
||||||
#ifdef HAVE_FANCY_SIMD
|
#ifdef HAVE_FANCY_SIMD && __AVX512VPOPCNTDQ__
|
||||||
union sbits_t {
|
union sbits_t {
|
||||||
__m128i vec;
|
__m128i vec;
|
||||||
__mmask32 mask[4];
|
__mmask32 mask[4];
|
||||||
|
|
Loading…
Add table
Reference in a new issue