2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-29 08:02:20 +00:00

Notes for Predef 1.8.

This commit is contained in:
Rene Rivera
2018-06-23 21:53:58 -05:00
committed by GitHub
parent 97eaf54676
commit edcf1b27fa

View File

@@ -41,6 +41,13 @@
* Fix some issues in tests and examples
([github_pr graph 85], [github_pr graph 105])
* [phrase library..[@/libs/predef/ Predef]:]
* Add support for __ARM_ARCH macro. (from Tim Blechmann)
* Add detection for PTX architecture. (from Benjamin Worpitz)
* Add nvcc compiler detection. (from Benjamin Worpitz)
* Add support for detecting CUDA. (from Benjamin Worpitz)
* Remove reference to obsolete BOOST_ARCH_AMD64. (from Peter Kolbus)
[/ Example:
* [phrase library..[@/libs/interprocess/ Interprocess]:]
* Added anonymous shared memory for UNIX systems.