Eliminate mixed fix/flo cases in binary operations. These do the
authorChris Hanson <org/chris-hanson/cph>
Tue, 29 Jan 2008 03:12:25 +0000 (03:12 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 29 Jan 2008 03:12:25 +0000 (03:12 +0000)
commitd4012fa20b7f3d97574c6593a7853cf72dc194f7
treec40770746baf7765dbf6cde090a9eaac27455fde
parentcba6ca7af9ca3cde3b15df3b27ce4ce8df17b852
Eliminate mixed fix/flo cases in binary operations.  These do the
wrong thing for multiply, so we might as well let the Scheme code
handle it.
v7/src/microcode/cmpauxmd/i386.m4