Can we expect lookup gap support for the Y kernel later down the line?
the problem with these kernels is with the register count. It's already at 64 (Y), respectively 80 (Z)
The Lookup gap feature requires to hold another full state of 32 registers. I think this would
cause more harm than good because it lowers occupancy. Maybe I can find a way to use shared
memory instead of registers.
Christian