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

icc sin cos issue

Igor_Sobinov
Beginner
657 Views

Hello,

During compilation my code I faced with the following issue: 

 warning #13383: No instance of function "cos_sin" satisfies math function attributes "max-error=4.0 domain-exclusion=0 valid-status-bits=false"

          ": internal error: 04010002_0

ipo-2: error #11005: multi-object compilation 2 returned error status 4
icpc: error #10014: problem during multi-file optimization compilation (code 4)
 

Why it occurs? It looks like cos_sin is are sin and cos functions. If I comment sin and cos call in my code this error doesn't occur. Is any way to avoid it?

I use icc version 18.0.2 (gcc version 5.5.0 compatibility)

0 Kudos
3 Replies
Viet_H_Intel
Moderator
657 Views

 

Can you please provide us a preprocess file to investigate?

Thanks,

Viet

0 Kudos
Igor_Sobinov
Beginner
657 Views

Unfortunately no

0 Kudos
TimP
Honored Contributor III
657 Views

You might at least give the compile command. For example, did it include a specification of math function accuracy?

0 Kudos
Reply