Closed liorko87 closed 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?
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?
Yes, there is. Say https://github.com/jratcliff63367/sse2neon
Hi,
Is your library supports _mulx_u64 instructions?
Lior