db-tu-dresden / TSL

Template SIMD Library (+Generator)
GNU General Public License v3.0
9 stars 8 forks source link

Imask_population_count counts more than necessary #60

Open DerTuchi opened 1 year ago

DerTuchi commented 1 year ago

The actual value is smaller than the type. Pls Check

59 has comments on that.

E.g: image

here __builtin_popcountll(mask); is used but only 4 bits need to be checked, right?.