We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dd39a9 commit bad4651Copy full SHA for bad4651
man/RcppParallelFlags.Rd
@@ -9,15 +9,11 @@ Compilation flags for RcppParallel
9
Output the compiler or linker flags required to build against RcppParallel.
10
}
11
\usage{
12
-CxxFlags(simd = TRUE)
+CxxFlags()
13
LdFlags()
14
RcppParallelLibs()
15
16
-\arguments{
17
- \item{simd}{
18
- \code{TRUE} to enable use of Boost.SIMD.
19
- }
20
-}
+
21
\details{
22
These functions are typically called from \code{Makevars} as follows:
23
0 commit comments