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:
Wim Taymans 2022-02-22 11:31:06 +01:00
parent 62ae9b7d30
commit 542b0acd73
3 changed files with 21 additions and 4 deletions

View file

@ -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

View file

@ -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