- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Intel Intrinsic Guide states it's pretty old SSE2 instruction,
https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_loadu_si32&expand=3419
but why I can't find it on Linux/OSX ?
On OSX I searched through
/Library/Developer/CommandLineTools/usr/lib/tapi/10.0.0/include/emmintrin.h
but nothing found.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Please update us if the provided details help you. As this is Intel Intrinsic we will recommend you to use Intel Compiler. We can only provide support to the Intel specific issues.
As this intrinsic is already present so can we close this thread?
If you have any issues related to this thread please update us. Also, feel free to post a new thread if have more Intel compiler-related issues.
Warm Regards,
Abhishek
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thanks for reaching out to us.
It seems that you are not looking "_mm_loadu_si32" into the correct file.
Please try searching this in "immintrin.h" header file, you will definitely find it.
I have checked it in my environment and its there. Please find the below result for more details.
[]$ cat /opt/intel/compiler/2020u1/compilers_and_libraries_2020.1.217/linux/compiler/include/icc/immintrin.h | grep -i _mm_loadu_si32
extern __m128i __ICL_INTRINCC _mm_loadu_si32(void const*);
[]$ icc -v
icc version 19.1.1.217 (gcc version 4.8.5 compatibility)
Warm Regards,
Abhishek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Actually, I don't use Intel compiler.
I use gcc/clang.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
These are Intel Intrinsic. You need to have Intel compiler installed in order to use them.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have Intel compiler installed.
But what I found is that my problem really exists.
And it was fixed only last year in GCC 9 !!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Please update us if the provided details help you. As this is Intel Intrinsic we will recommend you to use Intel Compiler. We can only provide support to the Intel specific issues.
As this intrinsic is already present so can we close this thread?
If you have any issues related to this thread please update us. Also, feel free to post a new thread if have more Intel compiler-related issues.
Warm Regards,
Abhishek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Please give us an update related to this issue.
Thank You
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ok, lets close the issue, as not Intel issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for the confirmation. We will no longer monitor this issue. Feel free to post a new thread if you have any issues.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page