mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
avx128
partial fix for x86_64-v3+ gcc build
This commit is contained in:
parent
4c09b006a5
commit
5564d19c06
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ compiler_args = [
|
|||
'-Wno-missing-field-initializers',
|
||||
'-Wno-unused-parameter',
|
||||
'-Wno-cast-function-type', # Needed for GetProcAddress.
|
||||
'-mprefer-avx128',
|
||||
# clang
|
||||
'-Wno-unused-private-field',
|
||||
'-Wno-microsoft-exception-spec',
|
||||
|
|
Loading…
Add table
Reference in a new issue