[PATCH] D61399: [OpenMP][Clang] Support for target math functions

Johannes Doerfert via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 1 20:38:59 PDT 2019


jdoerfert added inline comments.


================
Comment at: lib/Headers/openmp_wrappers/__clang_openmp_math.h:29
+
+#define __forceinline__ __attribute__((always_inline))
+
----------------
I think this is a leftover we forgot to remove.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61399/new/

https://reviews.llvm.org/D61399





More information about the cfe-commits mailing list