commit | 5761a93bba11e8a47660f465b27485e130150242 | [log] [tgz] |
---|---|---|
author | Brian <brian@yutani.localnet.net> | Thu Mar 08 15:52:22 2007 -0700 |
committer | Brian <brian@yutani.localnet.net> | Thu Mar 08 15:52:22 2007 -0700 |
tree | 5e34122f787a8e13fcf51be0990cafb467c5fea6 | |
parent | 3e0fbc7efcebdbef5698a270bd0192335a2d556b [diff] |
Added IR_SLE and IR_SLT for <= and < operations. Using IR_SGE and IR_SGT with transposed args doesn't work since the __asm calls don't do argument matching by name, but by position. This fixes the broken lessThan() and lessThanEqual() functions.