[Mesa-dev] [PATCH 13/16] i965/fs: Add support for bit instructions.
Chris Forbes
chrisf at ijw.co.nz
Tue Apr 23 03:32:08 PDT 2013
+ case ir_unop_find_msb:
+ emit(FBH(this->result, op[0]));
+ break;
This needs to change as discussed in IRC to number the bits from the LSB end.
More information about the mesa-dev
mailing list