We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4511654 commit 9b05dbdCopy full SHA for 9b05dbd
flang/runtime/CMakeLists.txt
@@ -189,6 +189,8 @@ include(AddFlangOffloadRuntime)
189
190
# List of files that are buildable for all devices.
191
set(supported_files
192
+ ${FLANG_SOURCE_DIR}/lib/Decimal/binary-to-decimal.cpp
193
+ ${FLANG_SOURCE_DIR}/lib/Decimal/decimal-to-binary.cpp
194
ISO_Fortran_binding.cpp
195
allocatable.cpp
196
allocator-registry.cpp
0 commit comments