aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/ws_mempbrk.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-21Remove tvb_ from the names of wsutil mempbrk routines.Guy Harris1-3/+3
2015-02-21Rename the slower-but-portable mempbrk to ws_mempbrk_portable_exec().Guy Harris1-2/+2
2015-02-21Move declarations of internal ws_mempbrk routines to a separate header.Guy Harris1-1/+1
2015-02-11Combine SSE and pre-compiled patterns for faster pbrkHadriel Kaplan1-28/+32
2015-01-30Disable SSE4.2 _ws_mempbrk_sse42 only for older Apple compilersHadriel Kaplan1-3/+13
2015-01-29Disable SSE4.2 _ws_mempbrk_sse42 due to bug 10798Hadriel Kaplan1-0/+3
2014-10-14Add editor-modelines; adjust whitespace.Bill Meier1-0/+13
2014-06-10Change HAVE_SSE42 to HAVE_SSE4_2 add $(SIMD_FLAGS)AndersBroman1-3/+3
2014-06-10CPUID improvementsJakub Zawadzki1-7/+4
2014-06-09Try to fix OSX buildAndersBroman1-0/+2
2014-06-09Try to fix the builds.AndersBroman1-7/+2
2014-06-09Add sse4.2 optimized function ws_mempbrk_sse42()Jakub Zawadzki1-0/+74