intel / ARM_NEON_2_x86_SSE

The platform independent header allowing to compile any C/C++ code containing ARM NEON intrinsic functions for x86 target systems using SIMD up to AVX2 intrinsic functions
Other
430 stars 149 forks source link

_mulx_u64 support #13

Closed liorko87 closed 6 years ago

liorko87 commented 6 years ago

Hi,

Is your library supports _mulx_u64 instructions?

Lior

Zvictoria commented 6 years ago

Hi, to be honest I don't understand your question. _mulx_u64 doesn't look like ARM instruction or Intel SSE one either. So the answer is obvious - no it is not supported. Or could you please elaborate your question?

liorko87 commented 6 years ago

Hi Victoria, Thank you for your reply. I have a C++ code that uses Intel SSE instruction. I want to use my code on ARM devices as well. Is there an implementation that convert this SSE instruction to ARM?

Zvictoria commented 6 years ago

Yes, there is. Say https://github.com/jratcliff63367/sse2neon