commit | 199bbc7a4c0d980d22bb7708be27ee383ef153d1 | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Wed Aug 11 08:36:53 2021 +0200 |
committer | Jan Beulich <jbeulich@suse.com> | Wed Aug 11 08:36:53 2021 +0200 |
tree | 4623736102b516f11faba12e60182347bac8e6f5 | |
parent | f0dec3f488c12352f62aa8c3ef3adc22599cb1cb [diff] |
gas: fold IEEE encoding of -Inf with that of +Inf The respective results differ only by the sign bits - there's no need to have basically identical (partially even arch-specific) logic twice. Simply set the sign bit at the end of encoding the various formats.