mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
build-sys: meson: Add a check for fast 64-bit operations
This commit is contained in:
parent
c90fa7f857
commit
cd8dfee947
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue