aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/ws_mempbrk.c
Commit message (Expand)AuthorAgeFilesLines
* Remove tvb_ from the names of wsutil mempbrk routines.Guy Harris2015-02-211-3/+3
* Rename the slower-but-portable mempbrk to ws_mempbrk_portable_exec().Guy Harris2015-02-211-2/+2
* Move declarations of internal ws_mempbrk routines to a separate header.Guy Harris2015-02-211-1/+1
* Combine SSE and pre-compiled patterns for faster pbrkHadriel Kaplan2015-02-111-28/+32
* Disable SSE4.2 _ws_mempbrk_sse42 only for older Apple compilersHadriel Kaplan2015-01-301-3/+13
* Disable SSE4.2 _ws_mempbrk_sse42 due to bug 10798Hadriel Kaplan2015-01-291-0/+3
* Add editor-modelines; adjust whitespace.Bill Meier2014-10-141-0/+13
* Change HAVE_SSE42 to HAVE_SSE4_2 add $(SIMD_FLAGS)AndersBroman2014-06-101-3/+3
* CPUID improvementsJakub Zawadzki2014-06-101-7/+4
* Try to fix OSX buildAndersBroman2014-06-091-0/+2
* Try to fix the builds.AndersBroman2014-06-091-7/+2
* Add sse4.2 optimized function ws_mempbrk_sse42()Jakub Zawadzki2014-06-091-0/+74