A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
msvc link immintrin error
leven tg
1
Reputation point
when I use _cvtu32_mask16 function define in zmmintrin.h.A link error occurred
avx512f_ukernels.lib(vrndne-avx512f-x16.obj) : error LNK2019: unresolved external symbol _cvtu32_mask16
.......
This error should be caused by my lack of the link _cvtu32_mask16 function lib. So my question is which lib corresponds to the function in immintrin.h
Developer technologies | C++
Developer technologies | C++
Sign in to answer