mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-18 11:52:12 +01:00
build: Enable -mfpmath=sse
This commit is contained in:
parent
f8c7e29d6f
commit
dd2823287a
@ -74,6 +74,9 @@ if cpu_family == 'x86'
|
||||
if dxvk_compiler.has_argument('-msse') and dxvk_compiler.has_argument('-msse2') and dxvk_compiler.has_argument('-msse3') and dxvk_compiler.has_argument('-mssse3')
|
||||
add_project_arguments('-msse', '-msse2', '-msse3', '-mssse3', language: ['c', 'cpp'])
|
||||
endif
|
||||
if dxvk_compiler.has_argument('-mfpmath=sse')
|
||||
add_project_arguments('-mfpmath=sse', language: ['c', 'cpp'])
|
||||
endif
|
||||
endif
|
||||
|
||||
lib_vulkan = dxvk_compiler.find_library('vulkan-1', dirs : dxvk_library_path)
|
||||
|
Loading…
x
Reference in New Issue
Block a user