add xl compiler identification

This commit is contained in:
larsen30@llnl.gov 2021-03-11 09:15:55 -08:00
parent 91d13bdfb2
commit 4d7a08c183

@ -40,6 +40,10 @@
// it before gcc.
#define VTKM_PGI
#elif defined(__ibmxl__)
//Check for xl before GCC and clang, as xl claims it many things
#define VTKM_XL
#elif defined(__clang__)
//Check for clang before GCC, as clang says it is GNUC since it has ABI
//compliance