> Just an observation... > > f2b(0x80000000) == false > i2b(0x80000000) == true > > I haven't read surrounding code, but if the handling of f2b and i2b is > entirely identical, you'll run into trouble.
Both are being lowered to fne/ine instructions; this hunk is just to force the second argument to "0" for each. [Actually, wait, am I using fne for both? That *is* a bug.] _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev