On 01/04/2017 12:22 PM, Laurent Vivier wrote:
Yes, it's a good idea, but is it really expensive to always enable the parallel_cpus flag?
It is somewhat expensive when the host does support the atomics being used; it is very expensive if the host does not. Of course the common case is x86_64 host, which does, so perhaps we don't really care.
r~