aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/ws_mempbrk_sse42.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-02The official #define for 32-bit and 64-bit Windows is _WIN32.Guy Harris1-1/+1
2015-02-21Remove tvb_ from the names of wsutil mempbrk routines.Guy Harris1-2/+2
2015-02-21Rename the slower-but-portable mempbrk to ws_mempbrk_portable_exec().Guy Harris1-3/+3
2015-02-21Move declarations of internal ws_mempbrk routines to a separate header.Guy Harris1-0/+1
2015-02-12Fix crash at startup in SSE4.2 code when running a 32 bits Windows buildPascal Quantin1-11/+7
2015-02-11Combine SSE and pre-compiled patterns for faster pbrkHadriel Kaplan1-83/+40
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