[flang-commits] [PATCH] D99666: [flang] Implement reductions in the	runtime
    Peter Klausler via Phabricator via flang-commits 
    flang-commits at lists.llvm.org
       
    Thu Apr  1 11:23:12 PDT 2021
    
    
  
klausler updated this revision to Diff 334776.
klausler edited the summary of this revision.
klausler added a comment.
Address portability issues with old GCC revisions; add COUNT.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99666/new/
https://reviews.llvm.org/D99666
Files:
  flang/include/flang/Common/long-double.h
  flang/include/flang/Common/uint128.h
  flang/include/flang/Decimal/decimal.h
  flang/lib/Decimal/binary-to-decimal.cpp
  flang/lib/Decimal/decimal-to-binary.cpp
  flang/runtime/CMakeLists.txt
  flang/runtime/character.cpp
  flang/runtime/character.h
  flang/runtime/complex-reduction.c
  flang/runtime/complex-reduction.h
  flang/runtime/cpp-type.h
  flang/runtime/descriptor-io.h
  flang/runtime/descriptor.cpp
  flang/runtime/descriptor.h
  flang/runtime/entry-names.h
  flang/runtime/io-api.cpp
  flang/runtime/reduction.cpp
  flang/runtime/reduction.h
  flang/runtime/tools.cpp
  flang/runtime/tools.h
  flang/runtime/transformational.cpp
  flang/runtime/transformational.h
  flang/runtime/type-code.cpp
  flang/unittests/Evaluate/reshape.cpp
  flang/unittests/RuntimeGTest/CMakeLists.txt
  flang/unittests/RuntimeGTest/Reduction.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99666.334776.patch
Type: text/x-patch
Size: 130393 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20210401/b2665660/attachment-0001.bin>
    
    
More information about the flang-commits
mailing list