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

Internal Error

Noel_B_
Novice
777 Views

The attached file generates this error on Linux with icpc 19.0, compiled with "icpc -g -c bug.cpp"

/scratch/kbelco/modernization/tools/../simd/avx.hpp(29): internal error: assertion failed at: "shared/cfe/edgcpfe/decls.c", line 9448

     static constexpr unary_value initialize = _mm256_set1_epi32;

                    

0 Kudos
3 Replies
RahulV_intel
Moderator
777 Views

Hi,

Could you provide us the minimal reproducible code sample which is causing the error?

 

--Rahul

 

0 Kudos
RahulV_intel
Moderator
777 Views

Hi,

A quick reminder to provide code sample, that is causing error.

 

0 Kudos
RahulV_intel
Moderator
777 Views

Hi,

We are closing this thread. Feel free to post a new query, if your issue still persists.

 

--Rahul

0 Kudos
Reply