Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide support for the Cray C++ compiler. The Cray compiler defines __... #2

Merged
merged 1 commit into from May 21, 2014
Merged

Provide support for the Cray C++ compiler. The Cray compiler defines __... #2

merged 1 commit into from May 21, 2014

Conversation

rsdale
Copy link
Member

@rsdale rsdale commented May 20, 2014

The Cray C++ compiler defines GNUC and generally supports gnu extensions to C and C++.
It does not, however, support inline assembly. The changes here are to avoid inline assembly when
_CRAYC is asserted in the preprocessor.

…__GNUC__

and generally supports gnu extensions to C and C++.  It does not, however, support
inline assembly.  The changes here are to avoid inline assembly when _CRAYC is asserted
in the preprocessor.
igaztanaga added a commit that referenced this pull request May 21, 2014
@igaztanaga igaztanaga merged commit ec7b172 into boostorg:master May 21, 2014
@rsdale
Copy link
Member Author

rsdale commented May 21, 2014

Thanks!!

rsd
On May 21, 2014, at 7:40 AM, Ion Gaztañaga notifications@github.com wrote:

Merged #2.


Reply to this email directly or view it on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants