Re: [hwloc-devel] [PATCH] Avoid expensive ffsl/flsl calls in cpuset operations

2010-03-15 Thread Brice Goglin
Applied, thanks!

[hwloc-devel] [PATCH] Avoid expensive ffsl/flsl calls in cpuset operations

2010-03-13 Thread Bert Wesarg
Testing if a word does have any bit set should be considered less expansive than calling ffsl/flsl first and than test this. Regards, Bert --- src/cpuset.c | 44 +++- 1 files changed, 23 insertions(+), 21 deletions(-) diff --git a/src/cpuset.c b/src/cpu