We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I am trying to port Intel AVX intrinsics to a arm64 platform. My code contains _mm256_loadu_pd, _mm256_stream_pd, and __m256d types. Is there a existing solution available that maps these intrinsics to the aarch64 platform? Any help would much appreciated.
weegz said:
Hi weegz
There is the application notes for migrating-from-ia-32-to-arm, you can check from below link:
https://developer.arm.com/docs/dai0274/latest/migrating-from-ia-32-to-arm-application-note-274
Jett Zhou