]> git.ipfire.org Git - thirdparty/vectorscan.git/commit
add m128 byte shift functions
authorAlex Coyte <a.coyte@intel.com>
Mon, 18 Apr 2016 01:23:56 +0000 (11:23 +1000)
committerMatthew Barr <matthew.barr@intel.com>
Wed, 18 May 2016 06:22:44 +0000 (16:22 +1000)
commite86688e313244c755232ccc1ea93a7155eb2c92e
treed0dd54053a89c3e6908c2180cb310043742bad50
parentf7cdfc5e54773add46e0d93681c022af98b84407
add m128 byte shift functions

variable_byte_shift_m128 taken from pug-interpreter branch
CMakeLists.txt
src/util/simd_utils.h
src/util/simd_utils_ssse3.c [new file with mode: 0644]
src/util/simd_utils_ssse3.h
unit/internal/simd_utils.cpp