Fabian Mora

Results 2 comments of Fabian Mora

It never occurred to me check if these were implemented at a higher level, that's even easier to fix. I think this is issue is present in all __sync* intrinsics....

Yeah, I think `(laneId & (-width)) = laneId &~(width-1) = laneId / width * width`.