[dpdk-dev] [PATCH v2] Implement memcmp using AVX/SSE instructions.
Ravi Kerur
rkerur at gmail.com
Wed May 13 22:00:35 CEST 2015
On Wed, May 13, 2015 at 12:22 AM, Linhaifeng <haifeng.lin at huawei.com> wrote:
>
>
> On 2015/5/13 9:18, Ravi Kerur wrote:
> > If you can wait until Thursday I will probably send v3 patch which will
> > have full memcmp support.
>
> Ok, I'd like to test it:)
>
> >
> > In your program try with volatile pointer and see if it helps.
>
> like "volatile uint8_t *src, *dst" ?
>
uint8_t * volatile src
More information about the dev
mailing list