mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2025-09-16 01:59:42 +00:00
⚡ update compile option for avx512vpopcntdq
This commit is contained in:
parent
dd390835ca
commit
8eeb6dd432
5 changed files with 28 additions and 13 deletions
3
third_party/llamafile/iqk_mul_mat.inc
vendored
3
third_party/llamafile/iqk_mul_mat.inc
vendored
|
@ -2388,7 +2388,8 @@ struct SimpleBits {
|
|||
|
||||
|
||||
struct EvenSignHelper {
|
||||
#ifdef HAVE_FANCY_SIMD && __AVX512VPOPCNTDQ__
|
||||
#if defined HAVE_FANCY_SIMD
|
||||
// #pragma message("Using AVX512VPOPCNTDQ in even sign helper")
|
||||
union sbits_t {
|
||||
__m128i vec;
|
||||
__mmask32 mask[4];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue