Dear all,

For LUCENE-6040 it would be good to have better processor support for
selecting the i-th set bit from a 64-bit integer.

Not too long ago Long.bitCount() was intrinsified in JVM's.

I hope something similar will happen to a select(long x, int i)
method. However, better processor support is needed first.

This is somewhat off topic here, but does anyone know how to request
better processor support for select operations?


Regards,
Paul Elschot

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to