Quantcast
Channel: Intel® Software - Intel® C++ Compiler
Viewing all articles
Browse latest Browse all 2797

odd message from linker about sincosf using icc15.0

$
0
0

I'm using icc 15.0.2 on 64bit linux (Centos 6.5) and when I go to link a .so I get this message:

 

646   1 sincosf{ic=SINCOSF}( (F32) phi_8909_V$17a, (F32 *)sinphi_8909_V$17b, (F32 *)cosphi_8909_V$17c );  [CALL_CONVENTION_UNIX_ABI]

There's no indication if this is a warning or an error. That is all that comes out of stderr.

I don't get this using 14.0 or 12.1.

My code does make a call to sincosf()

- James

 

 

 

 

 


Viewing all articles
Browse latest Browse all 2797

Trending Articles