mirror of
https://github.com/tnodir/fort
synced 2024-11-15 01:55:44 +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;
|
function IsSSE4Supported(): Boolean;
|
||||||
begin
|
begin
|
||||||
Result := IsProcessorFeaturePresent(37); // PF_SSE4_1_INSTRUCTIONS_AVAILABLE
|
Result := IsProcessorFeaturePresent(38); // PF_SSE4_2_INSTRUCTIONS_AVAILABLE
|
||||||
end;
|
end;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user