mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-09 13:30:06 -05:00
context: set zero_denormals in data thread.
Use invoke to set the zero-denormals flag from the data thread when explicitly set. The flag is per thread and should really only be set on the data thread and only when explicitly enabled. Fixes #2160
This commit is contained in:
parent
62ae9b7d30
commit
542b0acd73
3 changed files with 21 additions and 4 deletions
|
|
@ -20,7 +20,7 @@ context.properties = {
|
|||
#mem.mlock-all = false
|
||||
#clock.power-of-two-quantum = true
|
||||
#log.level = 2
|
||||
#cpu.zero.denormals = true
|
||||
#cpu.zero.denormals = false
|
||||
|
||||
core.daemon = true # listening for socket connections
|
||||
core.name = pipewire-0 # core name and socket name
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ context.properties = {
|
|||
#mem.mlock-all = false
|
||||
#clock.power-of-two-quantum = true
|
||||
#log.level = 2
|
||||
#cpu.zero.denormals = true
|
||||
#cpu.zero.denormals = false
|
||||
|
||||
core.daemon = true # listening for socket connections
|
||||
core.name = pipewire-0 # core name and socket name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue