cpu: fix compilation on some architectures

This commit is contained in:
Wim Taymans 2021-10-21 11:09:48 +02:00
parent 5b7ef959d1
commit 651f0decea

View file

@ -270,7 +270,7 @@ impl_init(const struct spa_handle_factory *factory,
if ((str = spa_dict_lookup(info, SPA_KEY_CPU_VM_TYPE)) != NULL)
this->vm_type = atoi(str);
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",