]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commit
vectorscan: Fix check for CPU support
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 2 Aug 2024 16:49:15 +0000 (16:49 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 2 Aug 2024 16:50:44 +0000 (16:50 +0000)
commitc842b7e1cdc59fa8f6f95e1978d8115e392d1e59
tree73a371b7c854c896a39fe77cb4798608fff79fa8
parentf08f55e6b4bc423270621dba2bb5804b13a28304
vectorscan: Fix check for CPU support

According to the documentation, Vectorscan checks whether the CPU is
supporting the minimum requirement of SSE4.2. However the check is still
checking for SSSE3 which makes the library fail on systems without
SSE4.2.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/vectorscan
src/patches/vectorscan-5.4.11-sse4.2.patch [new file with mode: 0644]