-
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 Skylake:
SSE2-O2-LTCGb) AMD Zen or newer:
AVX2-O2-LTCG-AMD64c) Intel Skylake or 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 Skylake:
SSE2-O3-LTOb) AMD Zen or newer:
SSE4.2-O3-LTO-GENERICc) Intel Skylake or 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 have:
a) Any CPU older than AMD Zen (Zen1) or Intel Skylake:
SSE2-O3-LTOb) AMD Zen or newer:
SSE4.2-O3-LTO-GENERICc) Intel Skylake or newer:
SSE4.2-O3-LTO-INTEL
-
-