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 85a9536 commit 5c1b45fCopy full SHA for 5c1b45f
ChangeLog
@@ -1,3 +1,8 @@
1
+2018-01-09 Iñaki Ucar <i.ucar86@gmail.com>
2
+
3
+ * inst/include/Rcpp/vector/proxy.h: Improve support for NVCC, the CUDA
4
+ compiler (pull request #798, fixed issue #797)
5
6
2018-01-06 Kendon Bell <kmb56@berkeley.edu>
7
8
* src/api.cpp: Allow for compilation on ANDROID
inst/NEWS.Rd
@@ -34,6 +34,8 @@
34
\item Overly picky \emph{fall-through} warnings by gcc-7 regarding
35
\code{switch} statements are now pre-empted (Kirill in \ghpr{792}).
36
\item Permit compilation on ANDROID (Kenny Bell in \ghpr{796}).
37
+ \item Improve support for NVCC, the CUDA compiler (Iñaki Ucar in
38
+ \ghpr{798} addressing \ghit{797}).
39
}
40
\item Changes in Rcpp Attributes:
41
\itemize{
0 commit comments