
11 Oct
2006
11 Oct
'06
3:37 a.m.
Assuming your machine architecture supports something like condition codes. On, e.g., the MIPS you would need to test for < and == separately.
And even if your machine supports condition codes, you'll need one test plus two conditional jumps. Not much better than MIPS's 2 independent tests plus 2 conditional jumps. Stefan