Sha256: 0545c8d13c7680d2b46308794b54196f76b86625c475dd0ff809ebe8b8724bb4

Contents?: true

Size: 770 Bytes

Versions: 29

Compression:

Stored size: 770 Bytes

Contents

//  (C) Copyright Noel Belcourt 2007.
//  Copyright 2017, NVIDIA CORPORATION.
//  Use, modification and distribution are subject to the
//  Boost Software License, Version 1.0. (See accompanying file
//  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

//  See http://www.boost.org for most recent version.

//  PGI C++ compiler setup:

#define BOOST_COMPILER_VERSION __PGIC__##__PGIC_MINOR__
#define BOOST_COMPILER "PGI compiler version " BOOST_STRINGIZE(BOOST_COMPILER_VERSION)

// PGI is mostly GNU compatible.  So start with that.
#include <boost/config/compiler/gcc.hpp>

// Now adjust for things that are different.

// __float128 is a typedef, not a distinct type.
#undef BOOST_HAS_FLOAT128

// __int128 is not supported.
#undef BOOST_HAS_INT128

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
passenger-6.0.26 src/cxx_supportlib/vendor-modified/boost/config/compiler/pgi.hpp
passenger-6.0.25 src/cxx_supportlib/vendor-modified/boost/config/compiler/pgi.hpp
passenger-6.0.24 src/cxx_supportlib/vendor-modified/boost/config/compiler/pgi.hpp
passenger-6.0.23 src/cxx_supportlib/vendor-modified/boost/config/compiler/pgi.hpp
passenger-6.0.20 src/cxx_supportlib/vendor-modified/boost/config/compiler/pgi.hpp
passenger-6.0.19 src/cxx_supportlib/vendor-modified/boost/config/compiler/pgi.hpp
passenger-6.0.18 src/cxx_supportlib/vendor-modified/boost/config/compiler/pgi.hpp
passenger-6.0.17 src/cxx_supportlib/vendor-modified/boost/config/compiler/pgi.hpp
passenger-6.0.16 src/cxx_supportlib/vendor-modified/boost/config/compiler/pgi.hpp
passenger-6.0.15 src/cxx_supportlib/vendor-modified/boost/config/compiler/pgi.hpp
passenger-6.0.14 src/cxx_supportlib/vendor-modified/boost/config/compiler/pgi.hpp
passenger-6.0.13 src/cxx_supportlib/vendor-modified/boost/config/compiler/pgi.hpp
passenger-6.0.12 src/cxx_supportlib/vendor-modified/boost/config/compiler/pgi.hpp
passenger-6.0.11 src/cxx_supportlib/vendor-modified/boost/config/compiler/pgi.hpp
passenger-6.0.10 src/cxx_supportlib/vendor-modified/boost/config/compiler/pgi.hpp
passenger-6.0.9 src/cxx_supportlib/vendor-modified/boost/config/compiler/pgi.hpp
passenger-6.0.8 src/cxx_supportlib/vendor-modified/boost/config/compiler/pgi.hpp
passenger-6.0.7 src/cxx_supportlib/vendor-modified/boost/config/compiler/pgi.hpp
passenger-6.0.6 src/cxx_supportlib/vendor-modified/boost/config/compiler/pgi.hpp
passenger-6.0.5 src/cxx_supportlib/vendor-modified/boost/config/compiler/pgi.hpp