This patch enables the Fortran runtime support library to be
built without native 128-bit integer support in the C++ compiler.
Use -DAVOID_NATIVE_INT128_T or modify flang/include/flang/Common/uint128.h to test.
Experimental: do not merge yet.
Paths
| Differential D154660
[flang] Allow runtime build with AVOID_NATIVE_INT128_T=1 ClosedPublic Authored by klausler on Jul 6 2023, 3:07 PM.
Details Summary This patch enables the Fortran runtime support library to be Experimental: do not merge yet.
Diff Detail
Event TimelineComment Actions Just to note that we've gotten things to run based on this patch, so from our POV it would be good to merge this, and perhaps even backport it to 17.0.x Closed by commit rG1c35c1a73907: [flang] Allow runtime build with AVOID_NATIVE_INT128_T=1 (authored by klausler). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 555400 flang/runtime/command.cpp
flang/runtime/io-api.cpp
flang/runtime/numeric.cpp
flang/runtime/tools.h
|