commit | ed3f52d9f5d68220294ab841d04ecfaadf6d3d4b | [log] [tgz] |
---|---|---|
author | Martin Storsjö <martin@martin.st> | Tue Jul 13 12:19:05 2021 +0300 |
committer | Martin Storsjö <martin@martin.st> | Thu Jul 15 00:17:13 2021 +0300 |
tree | 55be1db7afa3fae96fc3e17b05768fb6a17a1971 | |
parent | aaec44a4cea27f1ee1212d82c76e1ab510f7ed49 [diff] |
crt: Fix printf formatting of %a on arm/aarch64 with __USE_MINGW_ANSI_STDIO The mingw_pformat.c code converts all input floats to an 80 bit float representation and analyzes that struct when printing the float. This was already fixed in ceb4c4fd4b696e96bbe174ce4abc065d43e9ac87, but one case in was missed. Factorize the conversion from 64 to 80 bit floats to a function used to intialize the __pformat_fpreg_t struct. Signed-off-by: Martin Storsjö <martin@martin.st>