Gwinel / likwid

Automatically exported from code.google.com/p/likwid
GNU General Public License v3.0
0 stars 0 forks source link

Extend skip mask to varying length #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
At the moment the skip mask only supports up to 64 threads due to the usage of 
64 bit integers.

Solution:

* Provide a solution where everything above 64 threads is truncated.
* Use a bitset of configurable size

Original issue reported on code.google.com by jan.trei...@gmail.com on 26 Nov 2010 at 1:20

GoogleCodeExporter commented 9 years ago
Introduce 64 bit unsigned type for skip mask. Only the first 64 bits can be set.
This should be sufficient for all applications.

Original comment by jan.trei...@gmail.com on 5 Dec 2010 at 8:28