Skip to content

Commit

Permalink
test with XL and more msvc
Browse files Browse the repository at this point in the history
Added additional notes for XL and MSVC, which appear to already work out
of the box with the clang-style intrinsics.
  • Loading branch information
trws committed Jul 15, 2020
1 parent b3be1a2 commit eb555ee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion include/camp/defines.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,11 @@ namespace camp
#define CAMP_HAVE_OMP_OFFLOAD 1
#endif

// This works for clang, nvcc 10 and higher using clang as a host compiler
// This works for:
// clang
// nvcc 10 and higher using clang as a host compiler
// MSVC 1911... and higher, see check below
// XL C++ at least back to 16.1.0, possibly farther
#define CAMP_USE_MAKE_INTEGER_SEQ 0
#define CAMP_USE_TYPE_PACK_ELEMENT 0
#if defined(_MSC_FULL_VER) && _MSC_FULL_VER >= 191125507
Expand Down

0 comments on commit eb555ee

Please sign in to comment.