-
Notifications
You must be signed in to change notification settings - Fork 3
Builds Reference Guide
The purpose of this guide is to explain difference between various builds of DXVK-GPLALL and to provide recommendations on which build type to use depending on use case, OS and CPU.
CPU Database - to check CPU instructions support.
MSVC Redistributable Runtimes - for Windows users only, to update MSVC to the latest version.
-
Compiler:
MSVC-
Operating System:
Windows-
Recommended build, if you have:
a) Any CPU older than AMD Zen (Zen1) or Intel Haswell:
SSE2-O2-LTCGb) AMD CPU, such as AMD Zen (Zen1) and newer:
AVX2-O2-LTCG-AMD64c) Intel CPU, such as Intel Haswell and newer:
SSE4.2-O2-LTCG-INTEL64
-
-
-
Compiler:
GCC-
Operating System - Any -
WinMacLinux-
Recommended build, if you have:
a) Any CPU older than AMD Zen (Zen1) or Intel Haswell:
SSE2-O3-LTOb) AMD CPU, such as AMD Zen (Zen1) and newer:
SSE4.2-O3-LTO-GENERICc) Intel CPU, such as Intel Haswell and newer:
SSE4.2-O3-LTO-INTEL
-
-
Use case - Development of native or port application.
-
Compiler:
GCC-
Operating System - depends on target of native or port application.
-
Recommended build, if you target:
a) Any CPU older than AMD Zen (Zen1) or Intel Haswell:
SSE2-O3-LTOb) Any up-to-date CPU, such as AMD Zen (Zen1) and newer, or Intel Haswell and newer:
SSE4.2-O3-LTO-GENERICc) Intel CPU, such as Intel Haswell and newer:
SSE4.2-O3-LTO-INTEL
-
-