mirror of
https://github.com/tnodir/fort
synced 2024-11-14 22:25:40 +00:00
Installer: Minor fix
This commit is contained in:
parent
a943164204
commit
a5eff94edb
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user