Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
-
c37f7e92
by Pier Angelo Vendrame at 2024-05-28T16:45:15+02:00
1 changed file:
Changes:
| ... | ... | @@ -66,15 +66,6 @@ Function CheckRequirements |
| 66 | 66 | SetErrorLevel 1
|
| 67 | 67 | Quit
|
| 68 | 68 | ${EndIf}
|
| 69 | - |
|
| 70 | - ; Don't install on systems that don't support SSE2. The parameter value of
|
|
| 71 | - ; 10 is for PF_XMMI64_INSTRUCTIONS_AVAILABLE which will check whether the
|
|
| 72 | - ; SSE2 instruction set is available.
|
|
| 73 | - System::Call "kernel32::IsProcessorFeaturePresent(i 10)i .R7"
|
|
| 74 | - ${If} "$R7" == "0"
|
|
| 75 | - MessageBox MB_OK|MB_ICONSTOP "${PROJECT_NAME} requires a processor with SSE2 support."
|
|
| 76 | - Quit
|
|
| 77 | - ${EndIf}
|
|
| 78 | 69 | FunctionEnd
|
| 79 | 70 | |
| 80 | 71 | Function CheckIfTargetDirectoryExists
|