mirror of
https://github.com/pulseaudio/pulseaudio.git
synced 2024-11-27 03:43:52 +08:00
build-sys: meson: Add a check for fast 64-bit operations
This commit is contained in:
parent
c90fa7f857
commit
cd8dfee947
@ -167,6 +167,10 @@ elif host_machine.system() == 'windows'
|
||||
# cdata.set('__EXTENSIONS__', 1)
|
||||
endif
|
||||
|
||||
if host_machine.cpu_family() == 'x86_64' or cc.sizeof('void *') >= 8
|
||||
cdata.set('HAVE_FAST_64BIT_OPERATIONS', 1)
|
||||
endif
|
||||
|
||||
# Headers
|
||||
|
||||
check_headers = [
|
||||
|
Loading…
Reference in New Issue
Block a user