[all-commits] [llvm/llvm-project] dd43e1: [flang] Fix MSVC build breakage
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri Apr 2 08:29:06 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dd43e13c005806be06bf09c735353a3d8707c8c8
https://github.com/llvm/llvm-project/commit/dd43e13c005806be06bf09c735353a3d8707c8c8
Author: peter klausler <pklausler at nvidia.com>
Date: 2021-04-02 (Fri, 02 Apr 2021)
Changed paths:
M flang/lib/Decimal/binary-to-decimal.cpp
Log Message:
-----------
[flang] Fix MSVC build breakage
A recent patch exposed an assumption that "long double" is (at least)
an 80-bit floating-point type, which of course it is not in MSVC.
Also get it right for non-x87 floating-point.
More information about the All-commits
mailing list