Skip to content
Commit e2c9ecef authored by Raymond Toy's avatar Raymond Toy
Browse files

Optimizations to many vops to allow a descriptor for the second arg.

 * Allow the second arg to be a descriptor for the basic arithmetic
   operations on single floats and double floats.  Previously, the
   boxed number would be loaded to a temporary reg for the
   operation. This saves the load and the extra register.

 * Allow a descriptor for the second arg in the comparison vops, the
   float conversion vops and the float truncation vops.

 * Allow descriptor for sqrt vop.
parent 2527de5e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment