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

CORE-AVX2 producing noninitialized code?

servil
Beginner
258 Views

Hello,

if I compile code with exclusive AVX feature there seems to be some problem with not initializing things on certain projects (eg. Openssl library).

Tests finish happily only when I use features up to SSE4.2. Is there some special construct to have used with AVX and higher or may be a compiler bug?

0 Kudos
1 Reply
TimP
Honored Contributor III
258 Views

I don't see how AVX2 could contribute to openssl.  We would need more specifics to comment on this.  Are you using normal standards compliance options, such as /fp:source?

0 Kudos
Reply