]> git.ipfire.org Git - 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:49:15 +0000 (16:49 +0000)
commit80de6b5647309874d5af3f7f4cba78cbd08b3fd4
tree485b83e187f12967639356c0e8902db8c48baa15
parentd04dd6f2cd981d306dcb3405c2db32ca59709864
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]