We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9acf764 commit 9fc9515Copy full SHA for 9fc9515
include/pybind11/conduit/pybind11_platform_abi_id.h
@@ -29,9 +29,7 @@
29
# define PYBIND11_COMPILER_TYPE "_gcc_cygwin"
30
# elif defined(_MSC_VER)
31
# define PYBIND11_COMPILER_TYPE "_msvc"
32
-# elif defined(__PGI)
33
-# define PYBIND11_COMPILER_TYPE "_pgi"
34
-# elif defined(__INTEL_COMPILER) || defined(__clang__) || defined(__GNUC__)
+# elif defined(__INTEL_COMPILER) || defined(__PGI) || defined(__clang__) || defined(__GNUC__)
35
# define PYBIND11_COMPILER_TYPE "_system" // Assumed compatible with system compiler.
36
# else
37
# error "Unknown PYBIND11_COMPILER_TYPE: PLEASE REVISE THIS CODE."
0 commit comments