Intel® ISA Extensions
Use hardware-based isolation and memory encryption to provide more code protection in your solutions.

_mm512_mul_epi32 not working?

2 Replies
c_s_
Beginner
640 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
640 Views

Anybody??

0 Kudos
Reply