Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7957 Discussions

___svml_udiv4 referenced in function

erling_andersen
New Contributor I
777 Views

I am building a 32 bit  Windows binary and get

 

zstd_s.lib(zstd_compress_sequences.obj) : error LNK2019: unresolved external symbol ___svml_udiv4 referenced in function _ZSTD_entropyCost

 

I simply do not understand how the symbol ___svml_udiv4 gets pulled in.

 

Any suggest for how stop Intel C from doing that?

 

I am using Intel C 19.1.3.

0 Kudos
2 Replies
erling_andersen
New Contributor I
761 Views

It seems if I add a /Qvec- the problem gets resolved.

0 Kudos
NoorjahanSk_Intel
Moderator
730 Views

Hi,

Thanks for reaching out to us.

Glad to know that your issue is resolved. As this issue has been resolved, we will no longer respond to this thread. If you require any additional assistance from Intel, please start a new thread.

 

Thanks & Regards

Noorjahan

 

0 Kudos
Reply