mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-16 08:56:40 -05: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)
|
# cdata.set('__EXTENSIONS__', 1)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if host_machine.cpu_family() == 'x86_64' or cc.sizeof('void *') >= 8
|
||||||
|
cdata.set('HAVE_FAST_64BIT_OPERATIONS', 1)
|
||||||
|
endif
|
||||||
|
|
||||||
# Headers
|
# Headers
|
||||||
|
|
||||||
check_headers = [
|
check_headers = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue