aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/ws_mempbrk_sse42.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-05ws_mempbrk_sse42.c: remove inclusion of stdint.h as it's no more required aft...Pascal Quantin1-1/+0
2014-11-04Fix compilation error on FreeBSD 10.0-RELEASE (with clang): change int8_t toStephen Fisher1-1/+1
2014-07-06Workaround for ASAN failure in _ws_mempbrk_sse42Peter Wu1-0/+25
2014-07-06Add consts to casts to suppress warnings.Guy Harris1-8/+8
2014-06-10Change HAVE_SSE42 to HAVE_SSE4_2 add $(SIMD_FLAGS)AndersBroman1-2/+2
2014-06-10WS mempbrk SEE4.2: Fix indent (use 2spaces) and add Modelines infoAlexis La Goutte1-36/+48
2014-06-09We must include config.h to have HAVE_SSE42AndersBroman1-1/+2
2014-06-09Hopfully thiw will make the Solaris build going.AndersBroman1-1/+3
2014-06-09Try to fix the builds.AndersBroman1-2/+5
2014-06-09Make buildbot Happy about shadow index variable...Alexis La Goutte1-9/+9
2014-06-09Add sse4.2 optimized function ws_mempbrk_sse42()Jakub Zawadzki1-0/+188