qining e24aa5edbb SpecOp bool->uint/int and uint<->int conversion
Bool -> uint/int with OpSpecConstantOp OpSelect instruction.

uint <-> int conversion with OpSpecConstantOp OpIAdd instruction.

Note, implicit conversion: `const uint = an_int_spec_constant` is not
supported. Explicit type casting is required: `const uint =
uint(an_int_spec_constant)`
2016-04-12 22:01:55 -04:00
..
2016-01-19 10:11:34 -05:00
2015-08-06 22:55:01 -06:00
2016-03-09 19:54:03 -05:00
2016-04-03 01:17:13 +01:00