[Mesa-dev] [PATCH 14/16] i965/vs: Add support for bit instructions.
Chris Forbes
chrisf at ijw.co.nz
Tue Apr 23 03:33:33 PDT 2013
+ case ir_unop_find_msb:
+ emit(FBH(result_dst, op[0]));
+ break;
Same as in patch 13.
More information about the mesa-dev
mailing list