Browse Source
__builtin_popcount only takes unsigned int as input, but not larger numbers (e.g. 2^33). We use bit operations instead now.tempestpy_adaptions
Matthias Volk
5 years ago
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue