New comment by pullmoll on void-packages repository https://github.com/void-linux/void-packages/pull/25004#issuecomment-700289518 Comment: In `qt5-webengine` we replace `yield` with `nop` and this seems to be sufficient. Of course `yield` would force a task switch for SMP, while a `nop` does not. But then I think there are no `armv5tel` multi-cores and few, if any, `armv6l`?