On Jun-16, Dan Sugalski wrote:
> At 8:24 PM +0200 6/16/04, Leopold Toetsch wrote:
> >Dan Sugalski <[EMAIL PROTECTED]> wrote:
> >> I'm wondering if it'd be useful enough to be worthwhile to have
> >> non-flowcontrol min/max ops. Something like:
> >
> >>     min P1, P2, P3
> >>     max P1, P2, P3
> >
> >Which cmp operation of the three we have? I smell opcode bloat.
> 
> Yeah, I've already given up on it. :)

### min P1, P2, P3 ###
  isgt I0, P2, P3
  choose P1, I0, P2, P3

Reply via email to