Skip to content

Commit f895d8c

Browse files
committed
fix SSSE3 Capping
1 parent 8462a2a commit f895d8c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

HashLib/src/Utils/HlpSimd.pas

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ class procedure TSimd.DetectFeatures();
198198
{$ELSEIF DEFINED(HASHLIB_FORCE_SSSE3)}
199199
if FDetectedLevel > TSimdLevel.SSSE3 then
200200
FDetectedLevel := TSimdLevel.SSSE3;
201+
FHasSHANI := False;
202+
FHasPCLMULQDQ := False;
201203
FHasVPCLMULQDQ := False;
202204
{$IFEND}
203205
end;

0 commit comments

Comments
 (0)