[flang-commits] [PATCH] D88511: [flang][msvc] double is same as long double under Windows AMD64 ABI.
Michael Kruse via Phabricator via flang-commits
flang-commits at lists.llvm.org
Tue Sep 29 14:49:57 PDT 2020
Meinersbur added a comment.
Microsoft removed support for 80-bit floating points during the transition from 16 to 32 bit, so quite some time ago.
Formatting of extended and quadruple precision is already dependent on host compiler support. As you mentioned, the only reason for it seems to be to have a type of the required length. However, I am not going to rewrite flang's IO runtime now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88511/new/
https://reviews.llvm.org/D88511
More information about the flang-commits
mailing list