Comment # 52
on bug 10798
from Hadriel Kaplan
(In reply to Pascal Quantin from comment #51)
> My naive attempt is available here:
> https://code.wireshark.org/review/#/c/7070/
> Any better idea is warmly welcome.
That's the way it was in patch 2 of change 6990.
(https://code.wireshark.org/review/#/c/6990/)
But it failed to compile on Ubuntu. My guess is that HAVE_SSE4_2 isn't defined
for ws_mempbrk.h when that header file is included by tvbuff.h, but is defined
when it's included by ws_mempbrk_sse42.c. I think I saw in one of the
configure or make files that the CFLAG for HAVE_SSE4_2 was only being set for
ws_mempbrk_sse42.c, and unset everywhere else.
You are receiving this mail because:
- You are watching all bug changes.