Declarations for the types used by Intel in the instrinsics guide?
2
Where are the declarations for the types used by the Intel intrinsic functions, according to the Intrinsics Guide? For example, _mm_stream_si64 is defined as: void _mm_stream_si64 (__int64* mem_addr, __int64 a) However, after including <immintrin.h> on gcc on Linux, the type __int64 does not exist.
x86 intel sse intrinsics
share | improve this question
asked Nov 22 '18 at 20:04
BeeOnRope BeeOnRope
26.4k 8 81 180
1
...