Pelles C > General discussions

SSE intrinsics : _mm_storel_pi function

(1/2) > >>

PaoloC13:
Hi,
I'm having an issue with the _mm_storel_pi function, from the xmmintrin.h header.
I've an open source library's header that calls this function, but it is undeclared.
I see the _mm_storel_pi declaration in xmmintrin.h is commented out.

Any tip to overcome this stop?

John Z:
Hi,

This will not be much help, but it probably indicates that the function is not yet implemented within Pelles C libraries.

John Z

PaoloC13:
I don't know how to get around this problem, maybe I should implement a function with the corresponding asm instructions?

frankie:
Include <intrin.h>

PaoloC13:
Hi frankie
I tried to include <intrin.h>, but the compiler still can't find the _mm_storel_pi function, which I found in <xmmintrin.h> where it's commented out:

/* void __cdecl _mm_storel_pi(__m64 *, __m128); */

Where am I wrong?

Thanks

Navigation

[0] Message Index

[#] Next page

Go to full version