This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Help with porting Intel AVX to arm64

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.