Share via

msvc link immintrin error

leven tg 1 Reputation point
2021-07-31T06:31:39.34+00:00

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++

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.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.