Hi,
It is likely that you have not implemented your SSE C code correctly. I
recommend you try running it on an x86 CPU first and add assertions to make
sure that your C implementations are consistent with the SSE intrinsic
functions.
-TX
On Wed, Sep 12, 2018 at 6:26 PM me <yangsheng_05(a)163.com> wrote:
I want hyperscan run on mips.
I have done:
1、write c function instead of SSE function;
2、compile on mips CPU;
3、run scan on mips CPU。
But,the result is not right. What's wrong?Please help, thanks.