]> git.ipfire.org Git - thirdparty/vectorscan.git/commit
build/run on machines that only have SSE2 with SIMDE (#303)
authorg. economou <8426352+isildur-g@users.noreply.github.com>
Wed, 10 Jul 2024 18:20:17 +0000 (21:20 +0300)
committerGitHub <noreply@github.com>
Wed, 10 Jul 2024 18:20:17 +0000 (21:20 +0300)
commitcc11a3d738f52e2cce4243f17979bed65d32ac77
treed8c68bb42397aea7161a40741ccdb57e8907303b
parentaa832db89272d7e19c0e2f5ee0a934a22d760a3c
build/run on machines that only have SSE2 with SIMDE (#303)

This allows the use of SIMDE library to emulate SSSE3/SSE4.2 instructions on SSE2-only (x86-64-v2) hardware.

---------

Co-authored-by: G.E <gregory.economou@vectorcamp.gr>
Co-authored-by: Konstantinos Margaritis <konstantinos@vectorcamp.gr>
CMakeLists.txt
cmake/simde.cmake
src/hs_valid_platform.c
src/util/arch/x86/cpuid_inline.h
src/util/simd_types.h