mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
cpu: fix compilation on some architectures
This commit is contained in:
parent
5b7ef959d1
commit
651f0decea
1 changed files with 1 additions and 1 deletions
|
|
@ -270,7 +270,7 @@ impl_init(const struct spa_handle_factory *factory,
|
||||||
if ((str = spa_dict_lookup(info, SPA_KEY_CPU_VM_TYPE)) != NULL)
|
if ((str = spa_dict_lookup(info, SPA_KEY_CPU_VM_TYPE)) != NULL)
|
||||||
this->vm_type = atoi(str);
|
this->vm_type = atoi(str);
|
||||||
if ((str = spa_dict_lookup(info, SPA_KEY_CPU_ZERO_DENORMALS)) != NULL)
|
if ((str = spa_dict_lookup(info, SPA_KEY_CPU_ZERO_DENORMALS)) != NULL)
|
||||||
impl_cpu_zero_denormals(this, spa_atob(str));
|
spa_cpu_zero_denormals(&this->cpu, spa_atob(str));
|
||||||
}
|
}
|
||||||
|
|
||||||
spa_log_debug(this->log, "%p: count:%d align:%d flags:%08x",
|
spa_log_debug(this->log, "%p: count:%d align:%d flags:%08x",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue