You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cc1: error: attribute ‘avx512fp16’ argument ‘target’ is unknown
In file included from include/simsimd/curved.h:40,
from include/simsimd/simsimd.h:106,
from c/lib.c:54:
include/simsimd/dot.h: In function ‘simsimd_dot_f16_sapphire’:
include/simsimd/dot.h:1622:5: error: unknown type name ‘__m512h’; did you mean ‘__m512bh’?
1622 | __m512h ab_vec = _mm512_setzero_ph();
| ^~~~~~~
| __m512bh
include/simsimd/dot.h: In function ‘simsimd_dot_f16c_sapphire’:
include/simsimd/dot.h:1645:5: error: unknown type name ‘__m512h’; did you mean ‘__m512bh’?
1645 | __m512h ab_real_vec = _mm512_setzero_ph();
| ^~~~~~~
| __m512bh
include/simsimd/dot.h:1646:5: error: unknown type name ‘__m512h’; did you mean ‘__m512bh’?
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: