Skip to content

Conversation

@compnerd
Copy link
Member

__restrict is the reserved extension. It avoids the need for the use of the
preprocesor on Windows, but has the same results on compilers which support
restrict (though, some like MSVC support __restrict though not restrict).

`__restrict` is the reserved extension.  It avoids the need for the use of the
preprocesor on Windows, but has the same results on compilers which support
restrict (though, some like MSVC support __restrict though not restrict).
@compnerd
Copy link
Member Author

CC @phausler

@phausler
Copy link
Contributor

I like it! Looks good to me

@phausler phausler merged commit 7e36c5d into swiftlang:master May 17, 2016
phausler pushed a commit that referenced this pull request Jun 13, 2016
`__restrict` is the reserved extension.  It avoids the need for the use of the
preprocesor on Windows, but has the same results on compilers which support
restrict (though, some like MSVC support __restrict though not restrict).
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.

2 participants