[all-commits] [llvm/llvm-project] c115c2: [flang] Address more MSVC build issues with reduct...

Peter Klausler via All-commits all-commits at lists.llvm.org
Fri Apr 2 15:01:34 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c115c28914a005cc8d0d3ee67eb9071560ebb55a
      https://github.com/llvm/llvm-project/commit/c115c28914a005cc8d0d3ee67eb9071560ebb55a
  Author: peter klausler <pklausler at nvidia.com>
  Date:   2021-04-02 (Fri, 02 Apr 2021)

  Changed paths:
    M flang/runtime/complex-reduction.c
    M flang/runtime/complex-reduction.h
    M flang/runtime/numeric.cpp
    M flang/runtime/numeric.h
    M flang/runtime/reduction.cpp
    M flang/runtime/reduction.h

  Log Message:
  -----------
  [flang] Address more MSVC build issues with reductions

Move #include <complex.h> to complex-reduction.h, where
it is needed in MSVC builds.

Exclude code that requires a native 128-bit integer type from
compilation by MSVC.

Differential Revision: https://reviews.llvm.org/D99806




More information about the All-commits mailing list