From a5eff94edb908fe4ad42b5e79c9e2268219e6114 Mon Sep 17 00:00:00 2001 From: Nodir Temirkhodjaev Date: Wed, 21 Feb 2024 13:28:49 +0300 Subject: [PATCH] Installer: Minor fix --- deploy/FortFirewall.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/FortFirewall.iss b/deploy/FortFirewall.iss index 71884484..c605ef02 100644 --- a/deploy/FortFirewall.iss +++ b/deploy/FortFirewall.iss @@ -129,7 +129,7 @@ external 'IsProcessorFeaturePresent@kernel32.dll stdcall'; function IsSSE4Supported(): Boolean; begin - Result := IsProcessorFeaturePresent(37); // PF_SSE4_1_INSTRUCTIONS_AVAILABLE + Result := IsProcessorFeaturePresent(38); // PF_SSE4_2_INSTRUCTIONS_AVAILABLE end; #endif