commit | 7727283e512e9ff0b014092a483560afbf7dddfe | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Wed Aug 11 08:35:42 2021 +0200 |
committer | Jan Beulich <jbeulich@suse.com> | Wed Aug 11 08:35:42 2021 +0200 |
tree | e1edae1528d2be9a6dd0ffc0fac37482def2f1a3 | |
parent | 2557e081af9fde5552b1b96df04166d1a2df620c [diff] |
Arm64: leave .bfloat16 processing to common code With x86 support having been implemented by extending atof-ieee.c, avoid unnecessary code duplication in md_atof(). This will then also allow to take advantage of adjustments made there without needing to mirror them here.