Eliminate assembly code to perform FIX/FLO and FLO/FIX cases of
authorChris Hanson <org/chris-hanson/cph>
Tue, 5 Apr 1994 21:22:20 +0000 (21:22 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 5 Apr 1994 21:22:20 +0000 (21:22 +0000)
commit4b80b645f2932a10f8f340514c0e8b6a81b2b260
treea3ee57de001c86099b2882f81a82c48f1712e6e3
parent0f07aca1d862300d94491d9251be9eb5302bd449
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