Eliminate assembly code to perform FIX/FLO and FLO/FIX cases of
authorChris Hanson <org/chris-hanson/cph>
Tue, 5 Apr 1994 21:22:05 +0000 (21:22 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 5 Apr 1994 21:22:05 +0000 (21:22 +0000)
commit0f07aca1d862300d94491d9251be9eb5302bd449
tree207b8e5720a8ccd7fbb3894bc329d40b70f6d3bf
parent7271a2fe4e219d77636166ee532adb6d356ef84f
Eliminate assembly code to perform FIX/FLO and FLO/FIX cases of
generic binary operations.  This code was OK for + and - but failed to
produce correct answer for * and / when one argument was exact zero.
v7/src/microcode/cmpauxmd/hppa.m4
v8/src/microcode/cmpauxmd/hppa.m4