Intel® ISA Extensions
Use hardware-based isolation and memory encryption to provide more code protection in your solutions.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

_mm512_mul_epi32 not working?

2 Replies
c_s_
Beginner
1,302 Views

(I can't post a code snippet for some reason)

#include <immintrin.h>
#include <zmmintrin.h> // not needed but put here to show it is indeed included

...

__m512i a,b,c;
a = _mm512_mul_epi32(b,c);

 

produces this error:

undefined reference to '_mm512_mul_epi32'

 

 

 

 

 

0 Kudos
c_s_
Beginner
1,302 Views

Anybody??

0 Kudos
Reply